Shades of Slate Blue #7044CC
Tints of Slate Blue #7044CC
RGB
CMYK
RGB Variations
Color information
#7044CC (or 0x7044CC) is known color: Slate Blue. HEX triplet: 70, 44 and CC. RGB value is (112,68,204). Sum of RGB (Red+Green+Blue) = 112+68+204=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #7044CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044CC is #8FBB33. Grayscale: #606060. Windows color (decimal): -9419572 or 13386864. OLE color: 13386864.
HSL color Cylindrical-coordinate representation of color #7044CC: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7044CC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 68 | 204 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.2 |
| HSL | 259.41º | 0.57% | 0.53% | - |
| HSV(B) | 259.41º | 0.67% | 0.8% | - |
| XYZ | 19.65 | 11.94 | 58.4 | - |
| YUV | 96.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 204 | 0.45 | 0.67 | 0 | 0.2 | 259.41 | 0.57 | 0.53 |
| Hex | 70 | 44 | CC | 2D | 43 | 0 | 14 | 103 | 39 | 35 |
| Octal | 160 | 104 | 314 | 55 | 103 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1110000 | 1000100 | 11001100 | 101101 | 1000011 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #7044CC
Complementary color
Monochromatic Colors of #7044CC
Black with #7044CC
Text Example
Text Example
White with #7044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7044CC; }
p { color: rgb(112,68,204); }
H1.HeaderClassName
{
color: #7044CC;
}
.AnyTagClassName
{
color: #7044CC;
}
</style>
background-color css
<style>
a { background-color: #7044CC; }
a { background-color: rgb(112,68,204); }
div.DivClassName
{
background-color: #7044CC;
}
.BgClassName
{
background-color: #7044CC;
}
</style>
border-color css
<style>
span { border-color: #7044CC; }
span { border-color: rgb(112,68,204); }
td.TdClassName
{
border-color: #7044CC;
}
.TagClassName
{
border-color: #7044CC;
}
</style>