Html Css Color HEX #9E8FFC Light Slate Blue

📋 copy color: '#9E8FFC'

red 158 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #9E8FFC

Tints of Light Slate Blue #9E8FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.86%

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

R = 28.57%
G = 25.86%
B = 45.57%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E8FFC (or 0x9E8FFC) is known color: Light Slate Blue. HEX triplet: 9E, 8F and FC. RGB value is (158,143,252). Sum of RGB (Red+Green+Blue) = 158+143+252=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FFC is #617003. Grayscale: #9F9F9F. Windows color (decimal): -6385668 or 16551838. OLE color: 16551838.

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

Color convert

RGB 158 143 252 -
CMYK 0.37 0.43 0 0.01
HSL 248.26º 0.95% 0.77% -
HSV(B) 248.26º 0.43% 0.99% -
XYZ 41.49 33.94 96.46 -
YUV 159.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 158 143 252 0.37 0.43 0 0.01 248.26 0.95 0.77
Hex 9E 8F FC 25 2B 0 1 F8 5F 4D
Octal 236 217 374 45 53 0 1 370 137 115
Binary 10011110 10001111 11111100 100101 101011 0 1 11111000 1011111 1001101

Color Harmonies of #9E8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FFC

Black with #9E8FFC

Text Example


Text Example

White with #9E8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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