Shades of Slate Blue #7065CA
Tints of Slate Blue #7065CA
RGB
CMYK
RGB Variations
Color information
#7065CA (or 0x7065CA) is known color: Slate Blue. HEX triplet: 70, 65 and CA. RGB value is (112,101,202). Sum of RGB (Red+Green+Blue) = 112+101+202=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #7065CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065CA is #8F9A35. Grayscale: #737373. Windows color (decimal): -9411126 or 13264240. OLE color: 13264240.
HSL color Cylindrical-coordinate representation of color #7065CA: hue angle of 246.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7065CA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 101 | 202 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.21 |
| HSL | 246.53º | 0.49% | 0.59% | - |
| HSV(B) | 246.53º | 0.5% | 0.79% | - |
| XYZ | 22 | 17.02 | 58 | - |
| YUV | 115.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 202 | 0.45 | 0.50 | 0 | 0.21 | 246.53 | 0.49 | 0.59 |
| Hex | 70 | 65 | CA | 2D | 32 | 0 | 15 | F7 | 31 | 3B |
| Octal | 160 | 145 | 312 | 55 | 62 | 0 | 25 | 367 | 61 | 73 |
| Binary | 1110000 | 1100101 | 11001010 | 101101 | 110010 | 0 | 10101 | 11110111 | 110001 | 111011 |
Color Harmonies of #7065CA
Complementary color
Monochromatic Colors of #7065CA
Black with #7065CA
Text Example
Text Example
White with #7065CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065CA; }
p { color: rgb(112,101,202); }
H1.HeaderClassName
{
color: #7065CA;
}
.AnyTagClassName
{
color: #7065CA;
}
</style>
background-color css
<style>
a { background-color: #7065CA; }
a { background-color: rgb(112,101,202); }
div.DivClassName
{
background-color: #7065CA;
}
.BgClassName
{
background-color: #7065CA;
}
</style>
border-color css
<style>
span { border-color: #7065CA; }
span { border-color: rgb(112,101,202); }
td.TdClassName
{
border-color: #7065CA;
}
.TagClassName
{
border-color: #7065CA;
}
</style>