Html Css Color HEX #8C81EB Light Slate Blue

📋 copy color: '#8C81EB'

red 140 ◦ green 129 ◦ blue 235

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

Shades of Light Slate Blue #8C81EB

Tints of Light Slate Blue #8C81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.6%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 27.78%
G = 25.6%
B = 46.63%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C81EB (or 0x8C81EB) is known color: Light Slate Blue. HEX triplet: 8C, 81 and EB. RGB value is (140,129,235). Sum of RGB (Red+Green+Blue) = 140+129+235=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81EB is #737E14. Grayscale: #8F8F8F. Windows color (decimal): -7568917 or 15434124. OLE color: 15434124.

HSL color Cylindrical-coordinate representation of color #8C81EB: hue angle of 246.23º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C81EB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 129 235 -
CMYK 0.40 0.45 0 0.08
HSL 246.23º 0.73% 0.71% -
HSV(B) 246.23º 0.45% 0.92% -
XYZ 33.66 27.27 82.09 -
YUV 144.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 140 129 235 0.40 0.45 0 0.08 246.23 0.73 0.71
Hex 8C 81 EB 28 2D 0 8 F6 49 47
Octal 214 201 353 50 55 0 10 366 111 107
Binary 10001100 10000001 11101011 101000 101101 0 1000 11110110 1001001 1000111

Color Harmonies of #8C81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C81EB

Black with #8C81EB

Text Example


Text Example

White with #8C81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,235); }

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

background-color css

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

 a { background-color: rgb(140,129,235); }

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

border-color css

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

 span { border-color: rgb(140,129,235); }

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