#9E8AFF

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

Shades of Light Slate Blue #9E8AFF

Tints of Light Slate Blue #9E8AFF

Color information

#9E8AFF (or 0x9E8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8A and FF. RGB value is (158,138,255). Sum of RGB (Red+Green+Blue) = 158+138+255=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AFF is #617500. Grayscale: #9C9C9C. Windows color (decimal): -6386945 or 16747166. OLE color: 16747166.

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

Color convert

RGB158138255-
CMYK0.380.4600
HSL250.26º100%77.06%-
HSV(B)250.26º45.88%100%-
XYZ41.2432.6798.74-
YUV157.32183.13128.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.68%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 255 (100% from 255) = 46.28%
R=28.68%
G=25.05%
B=46.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581382550.380.4600250.2610077.06
Hex9E8AFF262E00fa644d
Octal236212377465600372144115
Binary100111101000101011111111100110101110001111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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