Shades of Light Slate Blue #7F64FE
Tints of Light Slate Blue #7F64FE
RGB
CMYK
RGB Variations
Color information
#7F64FE (or 0x7F64FE) is known color: Light Slate Blue. HEX triplet: 7F, 64 and FE. RGB value is (127,100,254). Sum of RGB (Red+Green+Blue) = 127+100+254=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F64FE is #809B01. Grayscale: #7D7D7D. Windows color (decimal): -8428290 or 16671871. OLE color: 16671871.
HSL color Cylindrical-coordinate representation of color #7F64FE: hue angle of 250.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F64FE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 100 | 254 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.00 |
| HSL | 250.52º | 0.99% | 0.69% | - |
| HSV(B) | 250.52º | 0.61% | 1% | - |
| XYZ | 31.2 | 20.78 | 96.13 | - |
| YUV | 125.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 254 | 0.50 | 0.61 | 0 | 0.00 | 250.52 | 0.99 | 0.69 |
| Hex | 7F | 64 | FE | 32 | 3D | 0 | 0 | FB | 63 | 45 |
| Octal | 177 | 144 | 376 | 62 | 75 | 0 | 0 | 373 | 143 | 105 |
| Binary | 1111111 | 1100100 | 11111110 | 110010 | 111101 | 0 | 0 | 11111011 | 1100011 | 1000101 |
Color Harmonies of #7F64FE
Complementary color
Monochromatic Colors of #7F64FE
Black with #7F64FE
Text Example
Text Example
White with #7F64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F64FE; }
p { color: rgb(127,100,254); }
H1.HeaderClassName
{
color: #7F64FE;
}
.AnyTagClassName
{
color: #7F64FE;
}
</style>
background-color css
<style>
a { background-color: #7F64FE; }
a { background-color: rgb(127,100,254); }
div.DivClassName
{
background-color: #7F64FE;
}
.BgClassName
{
background-color: #7F64FE;
}
</style>
border-color css
<style>
span { border-color: #7F64FE; }
span { border-color: rgb(127,100,254); }
td.TdClassName
{
border-color: #7F64FE;
}
.TagClassName
{
border-color: #7F64FE;
}
</style>