Shades of Slate Blue #704CCB
Tints of Slate Blue #704CCB
RGB
CMYK
RGB Variations
Color information
#704CCB (or 0x704CCB) is known color: Slate Blue. HEX triplet: 70, 4C and CB. RGB value is (112,76,203). Sum of RGB (Red+Green+Blue) = 112+76+203=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #704CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CCB is #8FB334. Grayscale: #646464. Windows color (decimal): -9417525 or 13323376. OLE color: 13323376.
HSL color Cylindrical-coordinate representation of color #704CCB: hue angle of 257.01º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704CCB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 76 | 203 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.20 |
| HSL | 257.01º | 0.55% | 0.55% | - |
| HSV(B) | 257.01º | 0.63% | 0.8% | - |
| XYZ | 20.05 | 12.93 | 57.94 | - |
| YUV | 101.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 203 | 0.45 | 0.63 | 0 | 0.20 | 257.01 | 0.55 | 0.55 |
| Hex | 70 | 4C | CB | 2D | 3F | 0 | 14 | 101 | 37 | 37 |
| Octal | 160 | 114 | 313 | 55 | 77 | 0 | 24 | 401 | 67 | 67 |
| Binary | 1110000 | 1001100 | 11001011 | 101101 | 111111 | 0 | 10100 | 100000001 | 110111 | 110111 |
Color Harmonies of #704CCB
Complementary color
Monochromatic Colors of #704CCB
Black with #704CCB
Text Example
Text Example
White with #704CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CCB; }
p { color: rgb(112,76,203); }
H1.HeaderClassName
{
color: #704CCB;
}
.AnyTagClassName
{
color: #704CCB;
}
</style>
background-color css
<style>
a { background-color: #704CCB; }
a { background-color: rgb(112,76,203); }
div.DivClassName
{
background-color: #704CCB;
}
.BgClassName
{
background-color: #704CCB;
}
</style>
border-color css
<style>
span { border-color: #704CCB; }
span { border-color: rgb(112,76,203); }
td.TdClassName
{
border-color: #704CCB;
}
.TagClassName
{
border-color: #704CCB;
}
</style>