#9589EF

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

Shades of Light Slate Blue #9589EF

Tints of Light Slate Blue #9589EF

Color information

#9589EF (or 0x9589EF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 89 and EF. RGB value is (149,137,239). Sum of RGB (Red+Green+Blue) = 149+137+239=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #9589EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9589EF is #6A7610. Grayscale: #979797. Windows color (decimal): -6977041 or 15698325. OLE color: 15698325.

HSL color Cylindrical-coordinate representation of color #9589EF: hue angle of 247.06º 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 #9589EF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149137239-
CMYK0.380.4300.06
HSL247.06º76.12%73.73%-
HSV(B)247.06º42.68%93.73%-
XYZ36.9230.5185.61-
YUV152.22176.98125.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=28.38%
G=26.10%
B=45.52%

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
Decimal1491372390.380.4300.06247.0676.1273.73
Hex9589EF262B06f74c4a
Octal225211357465306367114112
Binary10010101100010011110111110011010101101101111011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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