#9588FF

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

Shades of Light Slate Blue #9588FF

Tints of Light Slate Blue #9588FF

Color information

#9588FF (or 0x9588FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 88 and FF. RGB value is (149,136,255). Sum of RGB (Red+Green+Blue) = 149+136+255=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9588FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588FF is #6A7700. Grayscale: #989898. Windows color (decimal): -6977281 or 16746645. OLE color: 16746645.

HSL color Cylindrical-coordinate representation of color #9588FF: hue angle of 246.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9588FF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149136255-
CMYK0.420.4700
HSL246.55º100%76.67%-
HSV(B)246.55º46.67%100%-
XYZ39.2531.2298.56-
YUV153.45185.31124.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 255 (100% from 255) = 47.22%
R=27.59%
G=25.19%
B=47.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491362550.420.4700246.5510076.67
Hex9588FF2A2F00f7644d
Octal225210377525700367144115
Binary100101011000100011111111101010101111001111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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