Shades of Slate Blue #7850CF
Tints of Slate Blue #7850CF
RGB
CMYK
RGB Variations
Color information
#7850CF (or 0x7850CF) is known color: Slate Blue. HEX triplet: 78, 50 and CF. RGB value is (120,80,207). Sum of RGB (Red+Green+Blue) = 120+80+207=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7850CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7850CF is #87AF30. Grayscale: #696969. Windows color (decimal): -8892209 or 13586552. OLE color: 13586552.
HSL color Cylindrical-coordinate representation of color #7850CF: hue angle of 258.9º 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 #7850CF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 80 | 207 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.19 |
| HSL | 258.9º | 0.57% | 0.56% | - |
| HSV(B) | 258.9º | 0.61% | 0.81% | - |
| XYZ | 21.88 | 14.24 | 60.63 | - |
| YUV | 106.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 207 | 0.42 | 0.61 | 0 | 0.19 | 258.9 | 0.57 | 0.56 |
| Hex | 78 | 50 | CF | 2A | 3D | 0 | 13 | 103 | 39 | 38 |
| Octal | 170 | 120 | 317 | 52 | 75 | 0 | 23 | 403 | 71 | 70 |
| Binary | 1111000 | 1010000 | 11001111 | 101010 | 111101 | 0 | 10011 | 100000011 | 111001 | 111000 |
Color Harmonies of #7850CF
Complementary color
Monochromatic Colors of #7850CF
Black with #7850CF
Text Example
Text Example
White with #7850CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850CF; }
p { color: rgb(120,80,207); }
H1.HeaderClassName
{
color: #7850CF;
}
.AnyTagClassName
{
color: #7850CF;
}
</style>
background-color css
<style>
a { background-color: #7850CF; }
a { background-color: rgb(120,80,207); }
div.DivClassName
{
background-color: #7850CF;
}
.BgClassName
{
background-color: #7850CF;
}
</style>
border-color css
<style>
span { border-color: #7850CF; }
span { border-color: rgb(120,80,207); }
td.TdClassName
{
border-color: #7850CF;
}
.TagClassName
{
border-color: #7850CF;
}
</style>