Shades of Slate Blue #704FCC
Tints of Slate Blue #704FCC
RGB
CMYK
RGB Variations
Color information
#704FCC (or 0x704FCC) is known color: Slate Blue. HEX triplet: 70, 4F and CC. RGB value is (112,79,204). Sum of RGB (Red+Green+Blue) = 112+79+204=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #704FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FCC is #8FB033. Grayscale: #666666. Windows color (decimal): -9416756 or 13389680. OLE color: 13389680.
HSL color Cylindrical-coordinate representation of color #704FCC: hue angle of 255.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704FCC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 79 | 204 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.2 |
| HSL | 255.84º | 0.55% | 0.55% | - |
| HSV(B) | 255.84º | 0.61% | 0.8% | - |
| XYZ | 20.38 | 13.4 | 58.64 | - |
| YUV | 103.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 204 | 0.45 | 0.61 | 0 | 0.2 | 255.84 | 0.55 | 0.55 |
| Hex | 70 | 4F | CC | 2D | 3D | 0 | 14 | 100 | 37 | 37 |
| Octal | 160 | 117 | 314 | 55 | 75 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1110000 | 1001111 | 11001100 | 101101 | 111101 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #704FCC
Complementary color
Monochromatic Colors of #704FCC
Black with #704FCC
Text Example
Text Example
White with #704FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FCC; }
p { color: rgb(112,79,204); }
H1.HeaderClassName
{
color: #704FCC;
}
.AnyTagClassName
{
color: #704FCC;
}
</style>
background-color css
<style>
a { background-color: #704FCC; }
a { background-color: rgb(112,79,204); }
div.DivClassName
{
background-color: #704FCC;
}
.BgClassName
{
background-color: #704FCC;
}
</style>
border-color css
<style>
span { border-color: #704FCC; }
span { border-color: rgb(112,79,204); }
td.TdClassName
{
border-color: #704FCC;
}
.TagClassName
{
border-color: #704FCC;
}
</style>