Html Css Color HEX #8C8EFB Light Slate Blue

📋 copy color: '#8C8EFB'

red 140 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #8C8EFB

Tints of Light Slate Blue #8C8EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.64%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 26.27%
G = 26.64%
B = 47.09%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C8EFB (or 0x8C8EFB) is known color: Light Slate Blue. HEX triplet: 8C, 8E and FB. RGB value is (140,142,251). Sum of RGB (Red+Green+Blue) = 140+142+251=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EFB is #737104. Grayscale: #999999. Windows color (decimal): -7565573 or 16486028. OLE color: 16486028.

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

Color convert

RGB 140 142 251 -
CMYK 0.44 0.43 0 0.02
HSL 238.92º 0.93% 0.77% -
HSV(B) 238.92º 0.44% 0.98% -
XYZ 37.9 31.89 95.42 -
YUV 153.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 140 142 251 0.44 0.43 0 0.02 238.92 0.93 0.77
Hex 8C 8E FB 2C 2B 0 2 EF 5D 4D
Octal 214 216 373 54 53 0 2 357 135 115
Binary 10001100 10001110 11111011 101100 101011 0 10 11101111 1011101 1001101

Color Harmonies of #8C8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EFB

Black with #8C8EFB

Text Example


Text Example

White with #8C8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,142,251); }

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

background-color css

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

 a { background-color: rgb(140,142,251); }

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

border-color css

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

 span { border-color: rgb(140,142,251); }

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