#8B80EC

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

Shades of Light Slate Blue #8B80EC

Tints of Light Slate Blue #8B80EC

Color information

#8B80EC (or 0x8B80EC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 80 and EC. RGB value is (139,128,236). Sum of RGB (Red+Green+Blue) = 139+128+236=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B80EC is #747F13. Grayscale: #8F8F8F. Windows color (decimal): -7634708 or 15499403. OLE color: 15499403.

HSL color Cylindrical-coordinate representation of color #8B80EC: hue angle of 246.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B80EC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139128236-
CMYK0.410.4600.07
HSL246.11º73.97%71.37%-
HSV(B)246.11º45.76%92.55%-
XYZ33.5126.9882.8-
YUV143.6180.14124.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=27.63%
G=25.45%
B=46.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391282360.410.4600.07246.1173.9771.37
Hex8B80EC292E07f64a47
Octal213200354515607366112107
Binary10001011100000001110110010100110111001111111011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,236); }

 H1.HeaderClassName
 {
   color: #8B80EC;
 }
 .AnyTagClassName
 {
   color: #8B80EC;
 }
</style>
background-color css

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

 a { background-color: rgb(139,128,236); }

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

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

 span { border-color: rgb(139,128,236); }

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