Shades of Slate Blue #7851CF
Tints of Slate Blue #7851CF
RGB
CMYK
RGB Variations
Color information
#7851CF (or 0x7851CF) is known color: Slate Blue. HEX triplet: 78, 51 and CF. RGB value is (120,81,207). Sum of RGB (Red+Green+Blue) = 120+81+207=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7851CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851CF is #87AE30. Grayscale: #6A6A6A. Windows color (decimal): -8891953 or 13586808. OLE color: 13586808.
HSL color Cylindrical-coordinate representation of color #7851CF: hue angle of 258.57º degrees, saturation: 0.57, 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 #7851CF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 81 | 207 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.19 |
| HSL | 258.57º | 0.57% | 0.56% | - |
| HSV(B) | 258.57º | 0.61% | 0.81% | - |
| XYZ | 21.95 | 14.38 | 60.65 | - |
| YUV | 107.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 207 | 0.42 | 0.61 | 0 | 0.19 | 258.57 | 0.57 | 0.56 |
| Hex | 78 | 51 | CF | 2A | 3D | 0 | 13 | 103 | 39 | 38 |
| Octal | 170 | 121 | 317 | 52 | 75 | 0 | 23 | 403 | 71 | 70 |
| Binary | 1111000 | 1010001 | 11001111 | 101010 | 111101 | 0 | 10011 | 100000011 | 111001 | 111000 |
Color Harmonies of #7851CF
Complementary color
Monochromatic Colors of #7851CF
Black with #7851CF
Text Example
Text Example
White with #7851CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851CF; }
p { color: rgb(120,81,207); }
H1.HeaderClassName
{
color: #7851CF;
}
.AnyTagClassName
{
color: #7851CF;
}
</style>
background-color css
<style>
a { background-color: #7851CF; }
a { background-color: rgb(120,81,207); }
div.DivClassName
{
background-color: #7851CF;
}
.BgClassName
{
background-color: #7851CF;
}
</style>
border-color css
<style>
span { border-color: #7851CF; }
span { border-color: rgb(120,81,207); }
td.TdClassName
{
border-color: #7851CF;
}
.TagClassName
{
border-color: #7851CF;
}
</style>