#9588EF

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

Shades of Light Slate Blue #9588EF

Tints of Light Slate Blue #9588EF

Color information

#9588EF (or 0x9588EF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 88 and EF. RGB value is (149,136,239). Sum of RGB (Red+Green+Blue) = 149+136+239=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #9588EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588EF is #6A7710. Grayscale: #979797. Windows color (decimal): -6977297 or 15698069. OLE color: 15698069.

HSL color Cylindrical-coordinate representation of color #9588EF: hue angle of 247.57º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9588EF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149136239-
CMYK0.380.4300.06
HSL247.57º76.3%73.53%-
HSV(B)247.57º43.1%93.73%-
XYZ36.7830.2385.56-
YUV151.63177.31126.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 239 (93.75% from 255) = 45.61%
R=28.44%
G=25.95%
B=45.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491362390.380.4300.06247.5776.373.53
Hex9588EF262B06f84c4a
Octal225210357465306370114112
Binary10010101100010001110111110011010101101101111100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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