Shades of Light Slate Blue #8078FF
Tints of Light Slate Blue #8078FF
RGB
CMYK
RGB Variations
Color information
#8078FF (or 0x8078FF) is known color: Light Slate Blue. HEX triplet: 80, 78 and FF. RGB value is (128,120,255). Sum of RGB (Red+Green+Blue) = 128+120+255=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8078FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078FF is #7F8700. Grayscale: #898989. Windows color (decimal): -8357633 or 16742528. OLE color: 16742528.
HSL color Cylindrical-coordinate representation of color #8078FF: hue angle of 243.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8078FF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 120 | 255 | - |
| CMYK | 0.50 | 0.53 | 0 | 0 |
| HSL | 243.56º | 1% | 0.74% | - |
| HSV(B) | 243.56º | 0.53% | 1% | - |
| XYZ | 33.67 | 25.24 | 97.71 | - |
| YUV | 137.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 255 | 0.50 | 0.53 | 0 | 0 | 243.56 | 1 | 0.74 |
| Hex | 80 | 78 | FF | 32 | 35 | 0 | 0 | F4 | 64 | 4A |
| Octal | 200 | 170 | 377 | 62 | 65 | 0 | 0 | 364 | 144 | 112 |
| Binary | 10000000 | 1111000 | 11111111 | 110010 | 110101 | 0 | 0 | 11110100 | 1100100 | 1001010 |
Color Harmonies of #8078FF
Complementary color
Monochromatic Colors of #8078FF
Black with #8078FF
Text Example
Text Example
White with #8078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078FF; }
p { color: rgb(128,120,255); }
H1.HeaderClassName
{
color: #8078FF;
}
.AnyTagClassName
{
color: #8078FF;
}
</style>
background-color css
<style>
a { background-color: #8078FF; }
a { background-color: rgb(128,120,255); }
div.DivClassName
{
background-color: #8078FF;
}
.BgClassName
{
background-color: #8078FF;
}
</style>
border-color css
<style>
span { border-color: #8078FF; }
span { border-color: rgb(128,120,255); }
td.TdClassName
{
border-color: #8078FF;
}
.TagClassName
{
border-color: #8078FF;
}
</style>