Html Css Color HEX #9E8FFE Light Slate Blue

📋 copy color: '#9E8FFE'

red 158 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #9E8FFE

Tints of Light Slate Blue #9E8FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 28.47%
G = 25.77%
B = 45.77%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E8FFE (or 0x9E8FFE) is known color: Light Slate Blue. HEX triplet: 9E, 8F and FE. RGB value is (158,143,254). Sum of RGB (Red+Green+Blue) = 158+143+254=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FFE is #617001. Grayscale: #9F9F9F. Windows color (decimal): -6385666 or 16682910. OLE color: 16682910.

HSL color Cylindrical-coordinate representation of color #9E8FFE: hue angle of 248.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E8FFE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 143 254 -
CMYK 0.38 0.44 0 0.00
HSL 248.11º 0.98% 0.78% -
HSV(B) 248.11º 0.44% 1% -
XYZ 41.81 34.07 98.14 -
YUV 160.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 158 143 254 0.38 0.44 0 0.00 248.11 0.98 0.78
Hex 9E 8F FE 26 2C 0 0 F8 62 4E
Octal 236 217 376 46 54 0 0 370 142 116
Binary 10011110 10001111 11111110 100110 101100 0 0 11111000 1100010 1001110

Color Harmonies of #9E8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FFE

Black with #9E8FFE

Text Example


Text Example

White with #9E8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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