Html Css Color HEX #8E90FE Light Slate Blue

📋 copy color: '#8E90FE'

red 142 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #8E90FE

Tints of Light Slate Blue #8E90FE

RGB

 RED value IS 142 (55.86% from 255) = 26.3%

 GREEN value IS 144 (56.64% from 255) = 26.67%

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

R = 26.3%
G = 26.67%
B = 47.04%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8E90FE (or 0x8E90FE) is known color: Light Slate Blue. HEX triplet: 8E, 90 and FE. RGB value is (142,144,254). Sum of RGB (Red+Green+Blue) = 142+144+254=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90FE is #716F01. Grayscale: #9B9B9B. Windows color (decimal): -7433986 or 16683150. OLE color: 16683150.

HSL color Cylindrical-coordinate representation of color #8E90FE: hue angle of 238.93º 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 #8E90FE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 144 254 -
CMYK 0.44 0.43 0 0.00
HSL 238.93º 0.98% 0.78% -
HSV(B) 238.93º 0.44% 1% -
XYZ 39.02 32.85 98.05 -
YUV 155.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 142 144 254 0.44 0.43 0 0.00 238.93 0.98 0.78
Hex 8E 90 FE 2C 2B 0 0 EF 62 4E
Octal 216 220 376 54 53 0 0 357 142 116
Binary 10001110 10010000 11111110 101100 101011 0 0 11101111 1100010 1001110

Color Harmonies of #8E90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90FE

Black with #8E90FE

Text Example


Text Example

White with #8E90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E90FE; }

 p { color: rgb(142,144,254); }

 H1.HeaderClassName
 {
   color: #8E90FE;
 }
 .AnyTagClassName
 {
   color: #8E90FE;
 }
</style>

background-color css

<style>
 a { background-color: #8E90FE; }

 a { background-color: rgb(142,144,254); }

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

border-color css

<style>
 span { border-color: #8E90FE; }

 span { border-color: rgb(142,144,254); }

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