Shades of Slate Blue #7865D0
Tints of Slate Blue #7865D0
RGB
CMYK
RGB Variations
Color information
#7865D0 (or 0x7865D0) is known color: Slate Blue. HEX triplet: 78, 65 and D0. RGB value is (120,101,208). Sum of RGB (Red+Green+Blue) = 120+101+208=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #7865D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865D0 is #879A2F. Grayscale: #767676. Windows color (decimal): -8886832 or 13657464. OLE color: 13657464.
HSL color Cylindrical-coordinate representation of color #7865D0: hue angle of 250.65º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7865D0 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 101 | 208 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.18 |
| HSL | 250.65º | 0.53% | 0.61% | - |
| HSV(B) | 250.65º | 0.51% | 0.82% | - |
| XYZ | 23.78 | 17.85 | 61.87 | - |
| YUV | 118.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 208 | 0.42 | 0.51 | 0 | 0.18 | 250.65 | 0.53 | 0.61 |
| Hex | 78 | 65 | D0 | 2A | 33 | 0 | 12 | FB | 35 | 3D |
| Octal | 170 | 145 | 320 | 52 | 63 | 0 | 22 | 373 | 65 | 75 |
| Binary | 1111000 | 1100101 | 11010000 | 101010 | 110011 | 0 | 10010 | 11111011 | 110101 | 111101 |
Color Harmonies of #7865D0
Complementary color
Monochromatic Colors of #7865D0
Black with #7865D0
Text Example
Text Example
White with #7865D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865D0; }
p { color: rgb(120,101,208); }
H1.HeaderClassName
{
color: #7865D0;
}
.AnyTagClassName
{
color: #7865D0;
}
</style>
background-color css
<style>
a { background-color: #7865D0; }
a { background-color: rgb(120,101,208); }
div.DivClassName
{
background-color: #7865D0;
}
.BgClassName
{
background-color: #7865D0;
}
</style>
border-color css
<style>
span { border-color: #7865D0; }
span { border-color: rgb(120,101,208); }
td.TdClassName
{
border-color: #7865D0;
}
.TagClassName
{
border-color: #7865D0;
}
</style>