Shades of Slate Blue #7065DC
Tints of Slate Blue #7065DC
RGB
CMYK
RGB Variations
Color information
#7065DC (or 0x7065DC) is known color: Slate Blue. HEX triplet: 70, 65 and DC. RGB value is (112,101,220). Sum of RGB (Red+Green+Blue) = 112+101+220=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7065DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065DC is #8F9A23. Grayscale: #757575. Windows color (decimal): -9411108 or 14443888. OLE color: 14443888.
HSL color Cylindrical-coordinate representation of color #7065DC: hue angle of 245.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7065DC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 101 | 220 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.14 |
| HSL | 245.55º | 0.63% | 0.63% | - |
| HSV(B) | 245.55º | 0.54% | 0.86% | - |
| XYZ | 24.25 | 17.92 | 69.89 | - |
| YUV | 117.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 220 | 0.49 | 0.54 | 0 | 0.14 | 245.55 | 0.63 | 0.63 |
| Hex | 70 | 65 | DC | 31 | 36 | 0 | E | F6 | 3F | 3F |
| Octal | 160 | 145 | 334 | 61 | 66 | 0 | 16 | 366 | 77 | 77 |
| Binary | 1110000 | 1100101 | 11011100 | 110001 | 110110 | 0 | 1110 | 11110110 | 111111 | 111111 |
Color Harmonies of #7065DC
Complementary color
Monochromatic Colors of #7065DC
Black with #7065DC
Text Example
Text Example
White with #7065DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065DC; }
p { color: rgb(112,101,220); }
H1.HeaderClassName
{
color: #7065DC;
}
.AnyTagClassName
{
color: #7065DC;
}
</style>
background-color css
<style>
a { background-color: #7065DC; }
a { background-color: rgb(112,101,220); }
div.DivClassName
{
background-color: #7065DC;
}
.BgClassName
{
background-color: #7065DC;
}
</style>
border-color css
<style>
span { border-color: #7065DC; }
span { border-color: rgb(112,101,220); }
td.TdClassName
{
border-color: #7065DC;
}
.TagClassName
{
border-color: #7065DC;
}
</style>