Html Css Color HEX #8C90FD Light Slate Blue

📋 copy color: '#8C90FD'

red 140 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #8C90FD

Tints of Light Slate Blue #8C90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 26.07%
G = 26.82%
B = 47.11%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C90FD (or 0x8C90FD) is known color: Light Slate Blue. HEX triplet: 8C, 90 and FD. RGB value is (140,144,253). Sum of RGB (Red+Green+Blue) = 140+144+253=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90FD is #736F02. Grayscale: #9A9A9A. Windows color (decimal): -7565059 or 16617612. OLE color: 16617612.

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

Color convert

RGB 140 144 253 -
CMYK 0.45 0.43 0 0.01
HSL 237.88º 0.97% 0.77% -
HSV(B) 237.88º 0.45% 0.99% -
XYZ 38.52 32.61 97.19 -
YUV 155.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 140 144 253 0.45 0.43 0 0.01 237.88 0.97 0.77
Hex 8C 90 FD 2D 2B 0 1 EE 61 4D
Octal 214 220 375 55 53 0 1 356 141 115
Binary 10001100 10010000 11111101 101101 101011 0 1 11101110 1100001 1001101

Color Harmonies of #8C90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90FD

Black with #8C90FD

Text Example


Text Example

White with #8C90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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