Html Css Color HEX #9E8EF3 Light Slate Blue

📋 copy color: '#9E8EF3'

red 158 ◦ green 142 ◦ blue 243

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

Shades of Light Slate Blue #9E8EF3

Tints of Light Slate Blue #9E8EF3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.15%

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 29.1%
G = 26.15%
B = 44.75%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E8EF3 (or 0x9E8EF3) is known color: Light Slate Blue. HEX triplet: 9E, 8E and F3. RGB value is (158,142,243). Sum of RGB (Red+Green+Blue) = 158+142+243=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E8EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EF3 is #61710C. Grayscale: #9D9D9D. Windows color (decimal): -6385933 or 15961758. OLE color: 15961758.

HSL color Cylindrical-coordinate representation of color #9E8EF3: hue angle of 249.5º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8EF3 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 142 243 -
CMYK 0.35 0.42 0 0.05
HSL 249.5º 0.81% 0.75% -
HSV(B) 249.5º 0.42% 0.95% -
XYZ 39.95 33.09 89.07 -
YUV 158.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 158 142 243 0.35 0.42 0 0.05 249.5 0.81 0.75
Hex 9E 8E F3 23 2A 0 5 FA 51 4B
Octal 236 216 363 43 52 0 5 372 121 113
Binary 10011110 10001110 11110011 100011 101010 0 101 11111010 1010001 1001011

Color Harmonies of #9E8EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EF3

Black with #9E8EF3

Text Example


Text Example

White with #9E8EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,142,243); }

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

background-color css

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

 a { background-color: rgb(158,142,243); }

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

border-color css

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

 span { border-color: rgb(158,142,243); }

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