Shades of Light Slate Blue #8080FA
Tints of Light Slate Blue #8080FA
RGB
CMYK
RGB Variations
Color information
#8080FA (or 0x8080FA) is known color: Light Slate Blue. HEX triplet: 80, 80 and FA. RGB value is (128,128,250). Sum of RGB (Red+Green+Blue) = 128+128+250=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #8080FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080FA is #7F7F05. Grayscale: #8D8D8D. Windows color (decimal): -8355590 or 16416896. OLE color: 16416896.
HSL color Cylindrical-coordinate representation of color #8080FA: hue angle of 240º 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 #8080FA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 128 | 250 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.02 |
| HSL | 240º | 0.92% | 0.74% | - |
| HSV(B) | 240º | 0.49% | 0.98% | - |
| XYZ | 33.88 | 26.93 | 93.85 | - |
| YUV | 141.91 | 189 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 250 | 0.49 | 0.49 | 0 | 0.02 | 240 | 0.92 | 0.74 |
| Hex | 80 | 80 | FA | 31 | 31 | 0 | 2 | F0 | 5C | 4A |
| Octal | 200 | 200 | 372 | 61 | 61 | 0 | 2 | 360 | 134 | 112 |
| Binary | 10000000 | 10000000 | 11111010 | 110001 | 110001 | 0 | 10 | 11110000 | 1011100 | 1001010 |
Color Harmonies of #8080FA
Complementary color
Monochromatic Colors of #8080FA
Black with #8080FA
Text Example
Text Example
White with #8080FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8080FA; }
p { color: rgb(128,128,250); }
H1.HeaderClassName
{
color: #8080FA;
}
.AnyTagClassName
{
color: #8080FA;
}
</style>
background-color css
<style>
a { background-color: #8080FA; }
a { background-color: rgb(128,128,250); }
div.DivClassName
{
background-color: #8080FA;
}
.BgClassName
{
background-color: #8080FA;
}
</style>
border-color css
<style>
span { border-color: #8080FA; }
span { border-color: rgb(128,128,250); }
td.TdClassName
{
border-color: #8080FA;
}
.TagClassName
{
border-color: #8080FA;
}
</style>