#9588EE

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

Shades of Light Slate Blue #9588EE

Tints of Light Slate Blue #9588EE

Color information

#9588EE (or 0x9588EE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 88 and EE. RGB value is (149,136,238). Sum of RGB (Red+Green+Blue) = 149+136+238=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #9588EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588EE is #6A7711. Grayscale: #979797. Windows color (decimal): -6977298 or 15632533. OLE color: 15632533.

HSL color Cylindrical-coordinate representation of color #9588EE: hue angle of 247.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9588EE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149136238-
CMYK0.370.4300.07
HSL247.65º75%73.33%-
HSV(B)247.65º42.86%93.33%-
XYZ36.6330.1784.78-
YUV151.51176.81126.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=28.49%
G=26.00%
B=45.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491362380.370.4300.07247.657573.33
Hex9588EE252B07f84b49
Octal225210356455307370113111
Binary10010101100010001110111010010110101101111111100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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