Shades of Slate Blue #7851CE
Tints of Slate Blue #7851CE
RGB
CMYK
RGB Variations
Color information
#7851CE (or 0x7851CE) is known color: Slate Blue. HEX triplet: 78, 51 and CE. RGB value is (120,81,206). Sum of RGB (Red+Green+Blue) = 120+81+206=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7851CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851CE is #87AE31. Grayscale: #6A6A6A. Windows color (decimal): -8891954 or 13521272. OLE color: 13521272.
HSL color Cylindrical-coordinate representation of color #7851CE: hue angle of 258.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7851CE is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 81 | 206 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.19 |
| HSL | 258.72º | 0.56% | 0.56% | - |
| HSV(B) | 258.72º | 0.61% | 0.81% | - |
| XYZ | 21.83 | 14.33 | 60.01 | - |
| YUV | 106.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 206 | 0.42 | 0.61 | 0 | 0.19 | 258.72 | 0.56 | 0.56 |
| Hex | 78 | 51 | CE | 2A | 3D | 0 | 13 | 103 | 38 | 38 |
| Octal | 170 | 121 | 316 | 52 | 75 | 0 | 23 | 403 | 70 | 70 |
| Binary | 1111000 | 1010001 | 11001110 | 101010 | 111101 | 0 | 10011 | 100000011 | 111000 | 111000 |
Color Harmonies of #7851CE
Complementary color
Monochromatic Colors of #7851CE
Black with #7851CE
Text Example
Text Example
White with #7851CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851CE; }
p { color: rgb(120,81,206); }
H1.HeaderClassName
{
color: #7851CE;
}
.AnyTagClassName
{
color: #7851CE;
}
</style>
background-color css
<style>
a { background-color: #7851CE; }
a { background-color: rgb(120,81,206); }
div.DivClassName
{
background-color: #7851CE;
}
.BgClassName
{
background-color: #7851CE;
}
</style>
border-color css
<style>
span { border-color: #7851CE; }
span { border-color: rgb(120,81,206); }
td.TdClassName
{
border-color: #7851CE;
}
.TagClassName
{
border-color: #7851CE;
}
</style>