Shades of Slate Blue #7045CC
Tints of Slate Blue #7045CC
RGB
CMYK
RGB Variations
Color information
#7045CC (or 0x7045CC) is known color: Slate Blue. HEX triplet: 70, 45 and CC. RGB value is (112,69,204). Sum of RGB (Red+Green+Blue) = 112+69+204=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #7045CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045CC is #8FBA33. Grayscale: #606060. Windows color (decimal): -9419316 or 13387120. OLE color: 13387120.
HSL color Cylindrical-coordinate representation of color #7045CC: hue angle of 259.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7045CC is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 69 | 204 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.2 |
| HSL | 259.11º | 0.57% | 0.54% | - |
| HSV(B) | 259.11º | 0.66% | 0.8% | - |
| XYZ | 19.71 | 12.06 | 58.42 | - |
| YUV | 97.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 204 | 0.45 | 0.66 | 0 | 0.2 | 259.11 | 0.57 | 0.54 |
| Hex | 70 | 45 | CC | 2D | 42 | 0 | 14 | 103 | 39 | 36 |
| Octal | 160 | 105 | 314 | 55 | 102 | 0 | 24 | 403 | 71 | 66 |
| Binary | 1110000 | 1000101 | 11001100 | 101101 | 1000010 | 0 | 10100 | 100000011 | 111001 | 110110 |
Color Harmonies of #7045CC
Complementary color
Monochromatic Colors of #7045CC
Black with #7045CC
Text Example
Text Example
White with #7045CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045CC; }
p { color: rgb(112,69,204); }
H1.HeaderClassName
{
color: #7045CC;
}
.AnyTagClassName
{
color: #7045CC;
}
</style>
background-color css
<style>
a { background-color: #7045CC; }
a { background-color: rgb(112,69,204); }
div.DivClassName
{
background-color: #7045CC;
}
.BgClassName
{
background-color: #7045CC;
}
</style>
border-color css
<style>
span { border-color: #7045CC; }
span { border-color: rgb(112,69,204); }
td.TdClassName
{
border-color: #7045CC;
}
.TagClassName
{
border-color: #7045CC;
}
</style>