Html Css Color HEX #8C90FC Light Slate Blue

📋 copy color: '#8C90FC'

red 140 ◦ green 144 ◦ blue 252

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

Shades of Light Slate Blue #8C90FC

Tints of Light Slate Blue #8C90FC

RGB

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

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

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

R = 26.12%
G = 26.87%
B = 47.01%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C90FC (or 0x8C90FC) is known color: Light Slate Blue. HEX triplet: 8C, 90 and FC. RGB value is (140,144,252). Sum of RGB (Red+Green+Blue) = 140+144+252=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C90FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90FC is #736F03. Grayscale: #9A9A9A. Windows color (decimal): -7565060 or 16552076. OLE color: 16552076.

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

Color convert

RGB 140 144 252 -
CMYK 0.44 0.43 0 0.01
HSL 237.86º 0.95% 0.77% -
HSV(B) 237.86º 0.44% 0.99% -
XYZ 38.36 32.55 96.36 -
YUV 155.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 140 144 252 0.44 0.43 0 0.01 237.86 0.95 0.77
Hex 8C 90 FC 2C 2B 0 1 EE 5F 4D
Octal 214 220 374 54 53 0 1 356 137 115
Binary 10001100 10010000 11111100 101100 101011 0 1 11101110 1011111 1001101

Color Harmonies of #8C90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90FC

Black with #8C90FC

Text Example


Text Example

White with #8C90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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