Shades of Light Slate Blue #8078FC
Tints of Light Slate Blue #8078FC
RGB
CMYK
RGB Variations
Color information
#8078FC (or 0x8078FC) is known color: Light Slate Blue. HEX triplet: 80, 78 and FC. RGB value is (128,120,252). Sum of RGB (Red+Green+Blue) = 128+120+252=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #8078FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078FC is #7F8703. Grayscale: #888888. Windows color (decimal): -8357636 or 16545920. OLE color: 16545920.
HSL color Cylindrical-coordinate representation of color #8078FC: hue angle of 243.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8078FC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 120 | 252 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.01 |
| HSL | 243.64º | 0.96% | 0.73% | - |
| HSV(B) | 243.64º | 0.52% | 0.99% | - |
| XYZ | 33.19 | 25.05 | 95.18 | - |
| YUV | 137.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 252 | 0.49 | 0.52 | 0 | 0.01 | 243.64 | 0.96 | 0.73 |
| Hex | 80 | 78 | FC | 31 | 34 | 0 | 1 | F4 | 60 | 49 |
| Octal | 200 | 170 | 374 | 61 | 64 | 0 | 1 | 364 | 140 | 111 |
| Binary | 10000000 | 1111000 | 11111100 | 110001 | 110100 | 0 | 1 | 11110100 | 1100000 | 1001001 |
Color Harmonies of #8078FC
Complementary color
Monochromatic Colors of #8078FC
Black with #8078FC
Text Example
Text Example
White with #8078FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078FC; }
p { color: rgb(128,120,252); }
H1.HeaderClassName
{
color: #8078FC;
}
.AnyTagClassName
{
color: #8078FC;
}
</style>
background-color css
<style>
a { background-color: #8078FC; }
a { background-color: rgb(128,120,252); }
div.DivClassName
{
background-color: #8078FC;
}
.BgClassName
{
background-color: #8078FC;
}
</style>
border-color css
<style>
span { border-color: #8078FC; }
span { border-color: rgb(128,120,252); }
td.TdClassName
{
border-color: #8078FC;
}
.TagClassName
{
border-color: #8078FC;
}
</style>