Shades of Light Slate Blue #8080FC
Tints of Light Slate Blue #8080FC
RGB
CMYK
RGB Variations
Color information
#8080FC (or 0x8080FC) is known color: Light Slate Blue. HEX triplet: 80, 80 and FC. RGB value is (128,128,252). Sum of RGB (Red+Green+Blue) = 128+128+252=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #8080FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080FC is #7F7F03. Grayscale: #8D8D8D. Windows color (decimal): -8355588 or 16547968. OLE color: 16547968.
HSL color Cylindrical-coordinate representation of color #8080FC: hue angle of 240º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8080FC is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 128 | 252 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.01 |
| HSL | 240º | 0.95% | 0.75% | - |
| HSV(B) | 240º | 0.49% | 0.99% | - |
| XYZ | 34.19 | 27.06 | 95.52 | - |
| YUV | 142.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 252 | 0.49 | 0.49 | 0 | 0.01 | 240 | 0.95 | 0.75 |
| Hex | 80 | 80 | FC | 31 | 31 | 0 | 1 | F0 | 5F | 4B |
| Octal | 200 | 200 | 374 | 61 | 61 | 0 | 1 | 360 | 137 | 113 |
| Binary | 10000000 | 10000000 | 11111100 | 110001 | 110001 | 0 | 1 | 11110000 | 1011111 | 1001011 |
Color Harmonies of #8080FC
Complementary color
Monochromatic Colors of #8080FC
Black with #8080FC
Text Example
Text Example
White with #8080FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080FC; }
p { color: rgb(128,128,252); }
H1.HeaderClassName
{
color: #8080FC;
}
.AnyTagClassName
{
color: #8080FC;
}
</style>
background-color css
<style>
a { background-color: #8080FC; }
a { background-color: rgb(128,128,252); }
div.DivClassName
{
background-color: #8080FC;
}
.BgClassName
{
background-color: #8080FC;
}
</style>
border-color css
<style>
span { border-color: #8080FC; }
span { border-color: rgb(128,128,252); }
td.TdClassName
{
border-color: #8080FC;
}
.TagClassName
{
border-color: #8080FC;
}
</style>