Html Css Color HEX #9E8DFC Light Slate Blue

📋 copy color: '#9E8DFC'

red 158 ◦ green 141 ◦ blue 252

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

Shades of Light Slate Blue #9E8DFC

Tints of Light Slate Blue #9E8DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

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

R = 28.68%
G = 25.59%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E8DFC (or 0x9E8DFC) is known color: Light Slate Blue. HEX triplet: 9E, 8D and FC. RGB value is (158,141,252). Sum of RGB (Red+Green+Blue) = 158+141+252=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DFC is #617203. Grayscale: #9E9E9E. Windows color (decimal): -6386180 or 16551326. OLE color: 16551326.

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

Color convert

RGB 158 141 252 -
CMYK 0.37 0.44 0 0.01
HSL 249.19º 0.95% 0.77% -
HSV(B) 249.19º 0.44% 0.99% -
XYZ 41.2 33.35 96.36 -
YUV 158.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 158 141 252 0.37 0.44 0 0.01 249.19 0.95 0.77
Hex 9E 8D FC 25 2C 0 1 F9 5F 4D
Octal 236 215 374 45 54 0 1 371 137 115
Binary 10011110 10001101 11111100 100101 101100 0 1 11111001 1011111 1001101

Color Harmonies of #9E8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DFC

Black with #9E8DFC

Text Example


Text Example

White with #9E8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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