Shades of Slate Blue #7062DA
Tints of Slate Blue #7062DA
RGB
CMYK
RGB Variations
Color information
#7062DA (or 0x7062DA) is known color: Slate Blue. HEX triplet: 70, 62 and DA. RGB value is (112,98,218). Sum of RGB (Red+Green+Blue) = 112+98+218=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #7062DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062DA is #8F9D25. Grayscale: #737373. Windows color (decimal): -9411878 or 14312048. OLE color: 14312048.
HSL color Cylindrical-coordinate representation of color #7062DA: hue angle of 247º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7062DA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 98 | 218 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.15 |
| HSL | 247º | 0.62% | 0.62% | - |
| HSV(B) | 247º | 0.55% | 0.85% | - |
| XYZ | 23.7 | 17.24 | 68.41 | - |
| YUV | 115.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 218 | 0.49 | 0.55 | 0 | 0.15 | 247 | 0.62 | 0.62 |
| Hex | 70 | 62 | DA | 31 | 37 | 0 | F | F7 | 3E | 3E |
| Octal | 160 | 142 | 332 | 61 | 67 | 0 | 17 | 367 | 76 | 76 |
| Binary | 1110000 | 1100010 | 11011010 | 110001 | 110111 | 0 | 1111 | 11110111 | 111110 | 111110 |
Color Harmonies of #7062DA
Complementary color
Monochromatic Colors of #7062DA
Black with #7062DA
Text Example
Text Example
White with #7062DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062DA; }
p { color: rgb(112,98,218); }
H1.HeaderClassName
{
color: #7062DA;
}
.AnyTagClassName
{
color: #7062DA;
}
</style>
background-color css
<style>
a { background-color: #7062DA; }
a { background-color: rgb(112,98,218); }
div.DivClassName
{
background-color: #7062DA;
}
.BgClassName
{
background-color: #7062DA;
}
</style>
border-color css
<style>
span { border-color: #7062DA; }
span { border-color: rgb(112,98,218); }
td.TdClassName
{
border-color: #7062DA;
}
.TagClassName
{
border-color: #7062DA;
}
</style>