Shades of Light Slate Blue #7F78FF
Tints of Light Slate Blue #7F78FF
RGB
CMYK
RGB Variations
Color information
#7F78FF (or 0x7F78FF) is known color: Light Slate Blue. HEX triplet: 7F, 78 and FF. RGB value is (127,120,255). Sum of RGB (Red+Green+Blue) = 127+120+255=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F78FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F78FF is #808700. Grayscale: #888888. Windows color (decimal): -8423169 or 16742527. OLE color: 16742527.
HSL color Cylindrical-coordinate representation of color #7F78FF: hue angle of 243.11º 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 #7F78FF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 120 | 255 | - |
| CMYK | 0.50 | 0.53 | 0 | 0 |
| HSL | 243.11º | 1% | 0.74% | - |
| HSV(B) | 243.11º | 0.53% | 1% | - |
| XYZ | 33.52 | 25.16 | 97.7 | - |
| YUV | 137.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 255 | 0.50 | 0.53 | 0 | 0 | 243.11 | 1 | 0.74 |
| Hex | 7F | 78 | FF | 32 | 35 | 0 | 0 | F3 | 64 | 4A |
| Octal | 177 | 170 | 377 | 62 | 65 | 0 | 0 | 363 | 144 | 112 |
| Binary | 1111111 | 1111000 | 11111111 | 110010 | 110101 | 0 | 0 | 11110011 | 1100100 | 1001010 |
Color Harmonies of #7F78FF
Complementary color
Monochromatic Colors of #7F78FF
Black with #7F78FF
Text Example
Text Example
White with #7F78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F78FF; }
p { color: rgb(127,120,255); }
H1.HeaderClassName
{
color: #7F78FF;
}
.AnyTagClassName
{
color: #7F78FF;
}
</style>
background-color css
<style>
a { background-color: #7F78FF; }
a { background-color: rgb(127,120,255); }
div.DivClassName
{
background-color: #7F78FF;
}
.BgClassName
{
background-color: #7F78FF;
}
</style>
border-color css
<style>
span { border-color: #7F78FF; }
span { border-color: rgb(127,120,255); }
td.TdClassName
{
border-color: #7F78FF;
}
.TagClassName
{
border-color: #7F78FF;
}
</style>