#9588FA

Color #9588FA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9588FA

Tints of Light Slate Blue #9588FA

Color information

#9588FA (or 0x9588FA) is unknown color: approx Light Slate Blue. HEX triplet: 95, 88 and FA. RGB value is (149,136,250). Sum of RGB (Red+Green+Blue) = 149+136+250=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9588FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588FA is #6A7705. Grayscale: #989898. Windows color (decimal): -6977286 or 16418965. OLE color: 16418965.

HSL color Cylindrical-coordinate representation of color #9588FA: hue angle of 246.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9588FA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149136250-
CMYK0.400.4600.02
HSL246.84º91.94%75.69%-
HSV(B)246.84º45.6%98.04%-
XYZ38.4530.994.38-
YUV152.88182.81125.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=27.85%
G=25.42%
B=46.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491362500.400.4600.02246.8491.9475.69
Hex9588FA282E02f75c4c
Octal225210372505602367134114
Binary1001010110001000111110101010001011100101111011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9588FA; }

 p { color: rgb(149,136,250); }

 H1.HeaderClassName
 {
   color: #9588FA;
 }
 .AnyTagClassName
 {
   color: #9588FA;
 }
</style>
background-color css

<style>
 a { background-color: #9588FA; }

 a { background-color: rgb(149,136,250); }

 div.DivClassName
 {
   background-color: #9588FA;
 }
 .BgClassName
 {
   background-color: #9588FA;
 }
</style>
border-color css

<style>
 span { border-color: #9588FA; }

 span { border-color: rgb(149,136,250); }

 td.TdClassName
 {
   border-color: #9588FA;
 }
 .TagClassName
 {
   border-color: #9588FA;
 }
</style>