#8D80FE

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

Shades of Light Slate Blue #8D80FE

Tints of Light Slate Blue #8D80FE

Color information

#8D80FE (or 0x8D80FE) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 80 and FE. RGB value is (141,128,254). Sum of RGB (Red+Green+Blue) = 141+128+254=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D80FE is #727F01. Grayscale: #919191. Windows color (decimal): -7503618 or 16679053. OLE color: 16679053.

HSL color Cylindrical-coordinate representation of color #8D80FE: hue angle of 246.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D80FE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141128254-
CMYK0.440.5000.00
HSL246.19º98.44%74.9%-
HSV(B)246.19º49.61%99.61%-
XYZ36.5928.2697.29-
YUV146.25188.81124.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=26.96%
G=24.47%
B=48.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411282540.440.5000.00246.1998.4474.9
Hex8D80FE2C3200f6624b
Octal215200376546200366142113
Binary100011011000000011111110101100110010001111011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,254); }

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

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

 a { background-color: rgb(141,128,254); }

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

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

 span { border-color: rgb(141,128,254); }

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