Html Css Color HEX #9E8AFC Light Slate Blue

📋 copy color: '#9E8AFC'

red 158 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #9E8AFC

Tints of Light Slate Blue #9E8AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 28.83%
G = 25.18%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E8AFC (or 0x9E8AFC) is known color: Light Slate Blue. HEX triplet: 9E, 8A and FC. RGB value is (158,138,252). Sum of RGB (Red+Green+Blue) = 158+138+252=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E8AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AFC is #617503. Grayscale: #9C9C9C. Windows color (decimal): -6386948 or 16550558. OLE color: 16550558.

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

Color convert

RGB 158 138 252 -
CMYK 0.37 0.45 0 0.01
HSL 250.53º 0.95% 0.76% -
HSV(B) 250.53º 0.45% 0.99% -
XYZ 40.76 32.47 96.22 -
YUV 156.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 158 138 252 0.37 0.45 0 0.01 250.53 0.95 0.76
Hex 9E 8A FC 25 2D 0 1 FB 5F 4C
Octal 236 212 374 45 55 0 1 373 137 114
Binary 10011110 10001010 11111100 100101 101101 0 1 11111011 1011111 1001100

Color Harmonies of #9E8AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AFC

Black with #9E8AFC

Text Example


Text Example

White with #9E8AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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