#9E89FA

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

Shades of Light Slate Blue #9E89FA

Tints of Light Slate Blue #9E89FA

Color information

#9E89FA (or 0x9E89FA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 89 and FA. RGB value is (158,137,250). Sum of RGB (Red+Green+Blue) = 158+137+250=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89FA is #617605. Grayscale: #9B9B9B. Windows color (decimal): -6387206 or 16419230. OLE color: 16419230.

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

Color convert

RGB158137250-
CMYK0.370.4500.02
HSL251.15º91.87%75.88%-
HSV(B)251.15º45.2%98.04%-
XYZ40.332.0694.51-
YUV156.16180.96129.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=28.99%
G=25.14%
B=45.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581372500.370.4500.02251.1591.8775.88
Hex9E89FA252D02fb5c4c
Octal236211372455502373134114
Binary1001111010001001111110101001011011010101111101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E89FA; }

 p { color: rgb(158,137,250); }

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

<style>
 a { background-color: #9E89FA; }

 a { background-color: rgb(158,137,250); }

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

<style>
 span { border-color: #9E89FA; }

 span { border-color: rgb(158,137,250); }

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