Shades of Slate Blue #7851DA
Tints of Slate Blue #7851DA
RGB
CMYK
RGB Variations
Color information
#7851DA (or 0x7851DA) is known color: Slate Blue. HEX triplet: 78, 51 and DA. RGB value is (120,81,218). Sum of RGB (Red+Green+Blue) = 120+81+218=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #7851DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851DA is #87AE25. Grayscale: #6B6B6B. Windows color (decimal): -8891942 or 14307704. OLE color: 14307704.
HSL color Cylindrical-coordinate representation of color #7851DA: hue angle of 257.08º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7851DA is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 81 | 218 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.15 |
| HSL | 257.08º | 0.65% | 0.59% | - |
| HSV(B) | 257.08º | 0.63% | 0.85% | - |
| XYZ | 23.34 | 14.94 | 67.98 | - |
| YUV | 108.28 | 189.92 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 218 | 0.45 | 0.63 | 0 | 0.15 | 257.08 | 0.65 | 0.59 |
| Hex | 78 | 51 | DA | 2D | 3F | 0 | F | 101 | 41 | 3B |
| Octal | 170 | 121 | 332 | 55 | 77 | 0 | 17 | 401 | 101 | 73 |
| Binary | 1111000 | 1010001 | 11011010 | 101101 | 111111 | 0 | 1111 | 100000001 | 1000001 | 111011 |
Color Harmonies of #7851DA
Complementary color
Monochromatic Colors of #7851DA
Black with #7851DA
Text Example
Text Example
White with #7851DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851DA; }
p { color: rgb(120,81,218); }
H1.HeaderClassName
{
color: #7851DA;
}
.AnyTagClassName
{
color: #7851DA;
}
</style>
background-color css
<style>
a { background-color: #7851DA; }
a { background-color: rgb(120,81,218); }
div.DivClassName
{
background-color: #7851DA;
}
.BgClassName
{
background-color: #7851DA;
}
</style>
border-color css
<style>
span { border-color: #7851DA; }
span { border-color: rgb(120,81,218); }
td.TdClassName
{
border-color: #7851DA;
}
.TagClassName
{
border-color: #7851DA;
}
</style>