#9E8CFF

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

Shades of Light Slate Blue #9E8CFF

Tints of Light Slate Blue #9E8CFF

Color information

#9E8CFF (or 0x9E8CFF) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8C and FF. RGB value is (158,140,255). Sum of RGB (Red+Green+Blue) = 158+140+255=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CFF is #617300. Grayscale: #9E9E9E. Windows color (decimal): -6386433 or 16747678. OLE color: 16747678.

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

Color convert

RGB158140255-
CMYK0.380.4500
HSL249.39º100%77.45%-
HSV(B)249.39º45.1%100%-
XYZ41.5333.2598.84-
YUV158.49182.46127.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 255 (100% from 255) = 46.11%
R=28.57%
G=25.32%
B=46.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581402550.380.4500249.3910077.45
Hex9E8CFF262D00f9644d
Octal236214377465500371144115
Binary100111101000110011111111100110101101001111100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,255); }

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

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

 a { background-color: rgb(158,140,255); }

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

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

 span { border-color: rgb(158,140,255); }

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