#8180F9

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

Shades of Light Slate Blue #8180F9

Tints of Light Slate Blue #8180F9

Color information

#8180F9 (or 0x8180F9) is unknown color: approx Light Slate Blue. HEX triplet: 81, 80 and F9. RGB value is (129,128,249). Sum of RGB (Red+Green+Blue) = 129+128+249=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #8180F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8180F9 is #7E7F06. Grayscale: #8D8D8D. Windows color (decimal): -8290055 or 16351361. OLE color: 16351361.

HSL color Cylindrical-coordinate representation of color #8180F9: hue angle of 240.5º degrees, saturation: 0.91, 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 #8180F9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129128249-
CMYK0.480.4900.02
HSL240.5º90.98%73.92%-
HSV(B)240.5º48.59%97.65%-
XYZ33.8726.9593.04-
YUV142.09188.33118.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 249 (97.66% from 255) = 49.21%
R=25.49%
G=25.30%
B=49.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291282490.480.4900.02240.590.9873.92
Hex8180F9303102f05b4a
Octal201200371606102360133112
Binary1000000110000000111110011100001100010101111000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8180F9; }

 p { color: rgb(129,128,249); }

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

<style>
 a { background-color: #8180F9; }

 a { background-color: rgb(129,128,249); }

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

<style>
 span { border-color: #8180F9; }

 span { border-color: rgb(129,128,249); }

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