Shades of Light Slate Blue #7878FF
Tints of Light Slate Blue #7878FF
RGB
CMYK
RGB Variations
Color information
#7878FF (or 0x7878FF) is known color: Light Slate Blue. HEX triplet: 78, 78 and FF. RGB value is (120,120,255). Sum of RGB (Red+Green+Blue) = 120+120+255=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #7878FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7878FF is #878700. Grayscale: #868686. Windows color (decimal): -8881921 or 16742520. OLE color: 16742520.
HSL color Cylindrical-coordinate representation of color #7878FF: hue angle of 240º 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 #7878FF is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 120 | 255 | - |
| CMYK | 0.53 | 0.53 | 0 | 0 |
| HSL | 240º | 1% | 0.74% | - |
| HSV(B) | 240º | 0.53% | 1% | - |
| XYZ | 32.51 | 24.65 | 97.65 | - |
| YUV | 135.39 | 195.5 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 255 | 0.53 | 0.53 | 0 | 0 | 240 | 1 | 0.74 |
| Hex | 78 | 78 | FF | 35 | 35 | 0 | 0 | F0 | 64 | 4A |
| Octal | 170 | 170 | 377 | 65 | 65 | 0 | 0 | 360 | 144 | 112 |
| Binary | 1111000 | 1111000 | 11111111 | 110101 | 110101 | 0 | 0 | 11110000 | 1100100 | 1001010 |
Color Harmonies of #7878FF
Complementary color
Monochromatic Colors of #7878FF
Black with #7878FF
Text Example
Text Example
White with #7878FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7878FF; }
p { color: rgb(120,120,255); }
H1.HeaderClassName
{
color: #7878FF;
}
.AnyTagClassName
{
color: #7878FF;
}
</style>
background-color css
<style>
a { background-color: #7878FF; }
a { background-color: rgb(120,120,255); }
div.DivClassName
{
background-color: #7878FF;
}
.BgClassName
{
background-color: #7878FF;
}
</style>
border-color css
<style>
span { border-color: #7878FF; }
span { border-color: rgb(120,120,255); }
td.TdClassName
{
border-color: #7878FF;
}
.TagClassName
{
border-color: #7878FF;
}
</style>