Shades of Slate Blue #7063DA
Tints of Slate Blue #7063DA
RGB
CMYK
RGB Variations
Color information
#7063DA (or 0x7063DA) is known color: Slate Blue. HEX triplet: 70, 63 and DA. RGB value is (112,99,218). Sum of RGB (Red+Green+Blue) = 112+99+218=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #7063DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063DA is #8F9C25. Grayscale: #737373. Windows color (decimal): -9411622 or 14312304. OLE color: 14312304.
HSL color Cylindrical-coordinate representation of color #7063DA: hue angle of 246.55º 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 #7063DA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 99 | 218 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.15 |
| HSL | 246.55º | 0.62% | 0.62% | - |
| HSV(B) | 246.55º | 0.55% | 0.85% | - |
| XYZ | 23.8 | 17.43 | 68.44 | - |
| YUV | 116.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 218 | 0.49 | 0.55 | 0 | 0.15 | 246.55 | 0.62 | 0.62 |
| Hex | 70 | 63 | DA | 31 | 37 | 0 | F | F7 | 3E | 3E |
| Octal | 160 | 143 | 332 | 61 | 67 | 0 | 17 | 367 | 76 | 76 |
| Binary | 1110000 | 1100011 | 11011010 | 110001 | 110111 | 0 | 1111 | 11110111 | 111110 | 111110 |
Color Harmonies of #7063DA
Complementary color
Monochromatic Colors of #7063DA
Black with #7063DA
Text Example
Text Example
White with #7063DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063DA; }
p { color: rgb(112,99,218); }
H1.HeaderClassName
{
color: #7063DA;
}
.AnyTagClassName
{
color: #7063DA;
}
</style>
background-color css
<style>
a { background-color: #7063DA; }
a { background-color: rgb(112,99,218); }
div.DivClassName
{
background-color: #7063DA;
}
.BgClassName
{
background-color: #7063DA;
}
</style>
border-color css
<style>
span { border-color: #7063DA; }
span { border-color: rgb(112,99,218); }
td.TdClassName
{
border-color: #7063DA;
}
.TagClassName
{
border-color: #7063DA;
}
</style>