Html Css Color HEX #9E8AFB Light Slate Blue

📋 copy color: '#9E8AFB'

red 158 ◦ green 138 ◦ blue 251

#9E8AFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9E8AFB

Tints of Light Slate Blue #9E8AFB

RGB

 RED value IS 158 (62.11% from 255) = 28.88%

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 28.88%
G = 25.23%
B = 45.89%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E8AFB (or 0x9E8AFB) is known color: Light Slate Blue. HEX triplet: 9E, 8A and FB. RGB value is (158,138,251). Sum of RGB (Red+Green+Blue) = 158+138+251=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E8AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AFB is #617504. Grayscale: #9C9C9C. Windows color (decimal): -6386949 or 16485022. OLE color: 16485022.

HSL color Cylindrical-coordinate representation of color #9E8AFB: hue angle of 250.62º degrees, saturation: 0.93, 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 #9E8AFB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 138 251 -
CMYK 0.37 0.45 0 0.02
HSL 250.62º 0.93% 0.76% -
HSV(B) 250.62º 0.45% 0.98% -
XYZ 40.6 32.41 95.38 -
YUV 156.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 158 138 251 0.37 0.45 0 0.02 250.62 0.93 0.76
Hex 9E 8A FB 25 2D 0 2 FB 5D 4C
Octal 236 212 373 45 55 0 2 373 135 114
Binary 10011110 10001010 11111011 100101 101101 0 10 11111011 1011101 1001100

Color Harmonies of #9E8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AFB

Black with #9E8AFB

Text Example


Text Example

White with #9E8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8AFB;
 }
 .AnyTagClassName
 {
   color: #9E8AFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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