Shades of Light Slate Blue #7F60FF
Tints of Light Slate Blue #7F60FF
RGB
CMYK
RGB Variations
Color information
#7F60FF (or 0x7F60FF) is known color: Light Slate Blue. HEX triplet: 7F, 60 and FF. RGB value is (127,96,255). Sum of RGB (Red+Green+Blue) = 127+96+255=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F60FF is #809F00. Grayscale: #7A7A7A. Windows color (decimal): -8429313 or 16736383. OLE color: 16736383.
HSL color Cylindrical-coordinate representation of color #7F60FF: hue angle of 251.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F60FF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 96 | 255 | - |
| CMYK | 0.50 | 0.62 | 0 | 0 |
| HSL | 251.7º | 1% | 0.69% | - |
| HSV(B) | 251.7º | 0.62% | 1% | - |
| XYZ | 30.99 | 20.1 | 96.85 | - |
| YUV | 123.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 255 | 0.50 | 0.62 | 0 | 0 | 251.7 | 1 | 0.69 |
| Hex | 7F | 60 | FF | 32 | 3E | 0 | 0 | FC | 64 | 45 |
| Octal | 177 | 140 | 377 | 62 | 76 | 0 | 0 | 374 | 144 | 105 |
| Binary | 1111111 | 1100000 | 11111111 | 110010 | 111110 | 0 | 0 | 11111100 | 1100100 | 1000101 |
Color Harmonies of #7F60FF
Complementary color
Monochromatic Colors of #7F60FF
Black with #7F60FF
Text Example
Text Example
White with #7F60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F60FF; }
p { color: rgb(127,96,255); }
H1.HeaderClassName
{
color: #7F60FF;
}
.AnyTagClassName
{
color: #7F60FF;
}
</style>
background-color css
<style>
a { background-color: #7F60FF; }
a { background-color: rgb(127,96,255); }
div.DivClassName
{
background-color: #7F60FF;
}
.BgClassName
{
background-color: #7F60FF;
}
</style>
border-color css
<style>
span { border-color: #7F60FF; }
span { border-color: rgb(127,96,255); }
td.TdClassName
{
border-color: #7F60FF;
}
.TagClassName
{
border-color: #7F60FF;
}
</style>