#8E80FA

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

Shades of Light Slate Blue #8E80FA

Tints of Light Slate Blue #8E80FA

Color information

#8E80FA (or 0x8E80FA) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 80 and FA. RGB value is (142,128,250). Sum of RGB (Red+Green+Blue) = 142+128+250=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E80FA is #717F05. Grayscale: #919191. Windows color (decimal): -7438086 or 16416910. OLE color: 16416910.

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

Color convert

RGB142128250-
CMYK0.430.4900.02
HSL246.89º92.42%74.12%-
HSV(B)246.89º48.8%98.04%-
XYZ36.1328.0993.96-
YUV146.09186.64125.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=27.31%
G=24.62%
B=48.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421282500.430.4900.02246.8992.4274.12
Hex8E80FA2B3102f75c4a
Octal216200372536102367134112
Binary1000111010000000111110101010111100010101111011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,250); }

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

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

 a { background-color: rgb(142,128,250); }

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

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

 span { border-color: rgb(142,128,250); }

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