Shades of Slate Blue #7054CC
Tints of Slate Blue #7054CC
RGB
CMYK
RGB Variations
Color information
#7054CC (or 0x7054CC) is known color: Slate Blue. HEX triplet: 70, 54 and CC. RGB value is (112,84,204). Sum of RGB (Red+Green+Blue) = 112+84+204=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #7054CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054CC is #8FAB33. Grayscale: #696969. Windows color (decimal): -9415476 or 13390960. OLE color: 13390960.
HSL color Cylindrical-coordinate representation of color #7054CC: hue angle of 254º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7054CC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 84 | 204 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.2 |
| HSL | 254º | 0.54% | 0.56% | - |
| HSV(B) | 254º | 0.59% | 0.8% | - |
| XYZ | 20.75 | 14.15 | 58.76 | - |
| YUV | 106.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 204 | 0.45 | 0.59 | 0 | 0.2 | 254 | 0.54 | 0.56 |
| Hex | 70 | 54 | CC | 2D | 3B | 0 | 14 | FE | 36 | 38 |
| Octal | 160 | 124 | 314 | 55 | 73 | 0 | 24 | 376 | 66 | 70 |
| Binary | 1110000 | 1010100 | 11001100 | 101101 | 111011 | 0 | 10100 | 11111110 | 110110 | 111000 |
Color Harmonies of #7054CC
Complementary color
Monochromatic Colors of #7054CC
Black with #7054CC
Text Example
Text Example
White with #7054CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054CC; }
p { color: rgb(112,84,204); }
H1.HeaderClassName
{
color: #7054CC;
}
.AnyTagClassName
{
color: #7054CC;
}
</style>
background-color css
<style>
a { background-color: #7054CC; }
a { background-color: rgb(112,84,204); }
div.DivClassName
{
background-color: #7054CC;
}
.BgClassName
{
background-color: #7054CC;
}
</style>
border-color css
<style>
span { border-color: #7054CC; }
span { border-color: rgb(112,84,204); }
td.TdClassName
{
border-color: #7054CC;
}
.TagClassName
{
border-color: #7054CC;
}
</style>