Shades of Slate Blue #7F56DA
Tints of Slate Blue #7F56DA
RGB
CMYK
RGB Variations
Color information
#7F56DA (or 0x7F56DA) is known color: Slate Blue. HEX triplet: 7F, 56 and DA. RGB value is (127,86,218). Sum of RGB (Red+Green+Blue) = 127+86+218=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F56DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56DA is #80A925. Grayscale: #707070. Windows color (decimal): -8431910 or 14308991. OLE color: 14308991.
HSL color Cylindrical-coordinate representation of color #7F56DA: hue angle of 258.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F56DA is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 86 | 218 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.15 |
| HSL | 258.64º | 0.64% | 0.6% | - |
| HSV(B) | 258.64º | 0.61% | 0.85% | - |
| XYZ | 24.74 | 16.23 | 68.16 | - |
| YUV | 113.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 218 | 0.42 | 0.61 | 0 | 0.15 | 258.64 | 0.64 | 0.6 |
| Hex | 7F | 56 | DA | 2A | 3D | 0 | F | 103 | 40 | 3C |
| Octal | 177 | 126 | 332 | 52 | 75 | 0 | 17 | 403 | 100 | 74 |
| Binary | 1111111 | 1010110 | 11011010 | 101010 | 111101 | 0 | 1111 | 100000011 | 1000000 | 111100 |
Color Harmonies of #7F56DA
Complementary color
Monochromatic Colors of #7F56DA
Black with #7F56DA
Text Example
Text Example
White with #7F56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F56DA; }
p { color: rgb(127,86,218); }
H1.HeaderClassName
{
color: #7F56DA;
}
.AnyTagClassName
{
color: #7F56DA;
}
</style>
background-color css
<style>
a { background-color: #7F56DA; }
a { background-color: rgb(127,86,218); }
div.DivClassName
{
background-color: #7F56DA;
}
.BgClassName
{
background-color: #7F56DA;
}
</style>
border-color css
<style>
span { border-color: #7F56DA; }
span { border-color: rgb(127,86,218); }
td.TdClassName
{
border-color: #7F56DA;
}
.TagClassName
{
border-color: #7F56DA;
}
</style>