Shades of Light Slate Blue #7F64FF
Tints of Light Slate Blue #7F64FF
RGB
CMYK
RGB Variations
Color information
#7F64FF (or 0x7F64FF) is known color: Light Slate Blue. HEX triplet: 7F, 64 and FF. RGB value is (127,100,255). Sum of RGB (Red+Green+Blue) = 127+100+255=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F64FF is #809B00. Grayscale: #7D7D7D. Windows color (decimal): -8428289 or 16737407. OLE color: 16737407.
HSL color Cylindrical-coordinate representation of color #7F64FF: hue angle of 250.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F64FF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 100 | 255 | - |
| CMYK | 0.50 | 0.61 | 0 | 0 |
| HSL | 250.45º | 1% | 0.7% | - |
| HSV(B) | 250.45º | 0.61% | 1% | - |
| XYZ | 31.36 | 20.85 | 96.98 | - |
| YUV | 125.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 255 | 0.50 | 0.61 | 0 | 0 | 250.45 | 1 | 0.7 |
| Hex | 7F | 64 | FF | 32 | 3D | 0 | 0 | FA | 64 | 46 |
| Octal | 177 | 144 | 377 | 62 | 75 | 0 | 0 | 372 | 144 | 106 |
| Binary | 1111111 | 1100100 | 11111111 | 110010 | 111101 | 0 | 0 | 11111010 | 1100100 | 1000110 |
Color Harmonies of #7F64FF
Complementary color
Monochromatic Colors of #7F64FF
Black with #7F64FF
Text Example
Text Example
White with #7F64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F64FF; }
p { color: rgb(127,100,255); }
H1.HeaderClassName
{
color: #7F64FF;
}
.AnyTagClassName
{
color: #7F64FF;
}
</style>
background-color css
<style>
a { background-color: #7F64FF; }
a { background-color: rgb(127,100,255); }
div.DivClassName
{
background-color: #7F64FF;
}
.BgClassName
{
background-color: #7F64FF;
}
</style>
border-color css
<style>
span { border-color: #7F64FF; }
span { border-color: rgb(127,100,255); }
td.TdClassName
{
border-color: #7F64FF;
}
.TagClassName
{
border-color: #7F64FF;
}
</style>