Shades of Light Slate Blue #8078F2
Tints of Light Slate Blue #8078F2
RGB
CMYK
RGB Variations
Color information
#8078F2 (or 0x8078F2) is known color: Light Slate Blue. HEX triplet: 80, 78 and F2. RGB value is (128,120,242). Sum of RGB (Red+Green+Blue) = 128+120+242=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #8078F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078F2 is #7F870D. Grayscale: #878787. Windows color (decimal): -8357646 or 15890560. OLE color: 15890560.
HSL color Cylindrical-coordinate representation of color #8078F2: hue angle of 243.93º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8078F2 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 120 | 242 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.05 |
| HSL | 243.93º | 0.82% | 0.71% | - |
| HSV(B) | 243.93º | 0.5% | 0.95% | - |
| XYZ | 31.65 | 24.43 | 87.05 | - |
| YUV | 136.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 242 | 0.47 | 0.50 | 0 | 0.05 | 243.93 | 0.82 | 0.71 |
| Hex | 80 | 78 | F2 | 2F | 32 | 0 | 5 | F4 | 52 | 47 |
| Octal | 200 | 170 | 362 | 57 | 62 | 0 | 5 | 364 | 122 | 107 |
| Binary | 10000000 | 1111000 | 11110010 | 101111 | 110010 | 0 | 101 | 11110100 | 1010010 | 1000111 |
Color Harmonies of #8078F2
Complementary color
Monochromatic Colors of #8078F2
Black with #8078F2
Text Example
Text Example
White with #8078F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078F2; }
p { color: rgb(128,120,242); }
H1.HeaderClassName
{
color: #8078F2;
}
.AnyTagClassName
{
color: #8078F2;
}
</style>
background-color css
<style>
a { background-color: #8078F2; }
a { background-color: rgb(128,120,242); }
div.DivClassName
{
background-color: #8078F2;
}
.BgClassName
{
background-color: #8078F2;
}
</style>
border-color css
<style>
span { border-color: #8078F2; }
span { border-color: rgb(128,120,242); }
td.TdClassName
{
border-color: #8078F2;
}
.TagClassName
{
border-color: #8078F2;
}
</style>