Html Css Color HEX #8C90FE Light Slate Blue

📋 copy color: '#8C90FE'

red 140 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #8C90FE

Tints of Light Slate Blue #8C90FE

RGB

 RED value IS 140 (55.08% from 255) = 26.02%

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

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

R = 26.02%
G = 26.77%
B = 47.21%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C90FE (or 0x8C90FE) is known color: Light Slate Blue. HEX triplet: 8C, 90 and FE. RGB value is (140,144,254). Sum of RGB (Red+Green+Blue) = 140+144+254=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90FE is #736F01. Grayscale: #9A9A9A. Windows color (decimal): -7565058 or 16683148. OLE color: 16683148.

HSL color Cylindrical-coordinate representation of color #8C90FE: hue angle of 237.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C90FE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 144 254 -
CMYK 0.45 0.43 0 0.00
HSL 237.89º 0.98% 0.77% -
HSV(B) 237.89º 0.45% 1% -
XYZ 38.68 32.68 98.03 -
YUV 155.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 140 144 254 0.45 0.43 0 0.00 237.89 0.98 0.77
Hex 8C 90 FE 2D 2B 0 0 EE 62 4D
Octal 214 220 376 55 53 0 0 356 142 115
Binary 10001100 10010000 11111110 101101 101011 0 0 11101110 1100010 1001101

Color Harmonies of #8C90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90FE

Black with #8C90FE

Text Example


Text Example

White with #8C90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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