Html Css Color HEX #8C8EFE Light Slate Blue

📋 copy color: '#8C8EFE'

red 140 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #8C8EFE

Tints of Light Slate Blue #8C8EFE

RGB

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

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

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

R = 26.12%
G = 26.49%
B = 47.39%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C8EFE (or 0x8C8EFE) is known color: Light Slate Blue. HEX triplet: 8C, 8E and FE. RGB value is (140,142,254). Sum of RGB (Red+Green+Blue) = 140+142+254=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EFE is #737101. Grayscale: #999999. Windows color (decimal): -7565570 or 16682636. OLE color: 16682636.

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

Color convert

RGB 140 142 254 -
CMYK 0.45 0.44 0 0.00
HSL 238.95º 0.98% 0.77% -
HSV(B) 238.95º 0.45% 1% -
XYZ 38.38 32.08 97.93 -
YUV 154.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 140 142 254 0.45 0.44 0 0.00 238.95 0.98 0.77
Hex 8C 8E FE 2D 2C 0 0 EF 62 4D
Octal 214 216 376 55 54 0 0 357 142 115
Binary 10001100 10001110 11111110 101101 101100 0 0 11101111 1100010 1001101

Color Harmonies of #8C8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EFE

Black with #8C8EFE

Text Example


Text Example

White with #8C8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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