#8C81EB

Color #8C81EB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8C81EB

Tints of Light Slate Blue #8C81EB

Color information

#8C81EB (or 0x8C81EB) is unknown color: approx 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

RGB140129235-
CMYK0.400.4500.08
HSL246.23º72.6%71.37%-
HSV(B)246.23º45.11%92.16%-
XYZ33.6627.2782.09-
YUV144.37179.14124.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=27.78%
G=25.60%
B=46.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401292350.400.4500.08246.2372.671.37
Hex8C81EB282D08f64947
Octal2142013535055010366111107
Binary100011001000000111101011101000101101010001111011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>