Shades of Slate Blue #704ECB
Tints of Slate Blue #704ECB
RGB
CMYK
RGB Variations
Color information
#704ECB (or 0x704ECB) is known color: Slate Blue. HEX triplet: 70, 4E and CB. RGB value is (112,78,203). Sum of RGB (Red+Green+Blue) = 112+78+203=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #704ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ECB is #8FB134. Grayscale: #656565. Windows color (decimal): -9417013 or 13323888. OLE color: 13323888.
HSL color Cylindrical-coordinate representation of color #704ECB: hue angle of 256.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704ECB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 78 | 203 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.20 |
| HSL | 256.32º | 0.55% | 0.55% | - |
| HSV(B) | 256.32º | 0.62% | 0.8% | - |
| XYZ | 20.19 | 13.21 | 57.98 | - |
| YUV | 102.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 203 | 0.45 | 0.62 | 0 | 0.20 | 256.32 | 0.55 | 0.55 |
| Hex | 70 | 4E | CB | 2D | 3E | 0 | 14 | 100 | 37 | 37 |
| Octal | 160 | 116 | 313 | 55 | 76 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1110000 | 1001110 | 11001011 | 101101 | 111110 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #704ECB
Complementary color
Monochromatic Colors of #704ECB
Black with #704ECB
Text Example
Text Example
White with #704ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ECB; }
p { color: rgb(112,78,203); }
H1.HeaderClassName
{
color: #704ECB;
}
.AnyTagClassName
{
color: #704ECB;
}
</style>
background-color css
<style>
a { background-color: #704ECB; }
a { background-color: rgb(112,78,203); }
div.DivClassName
{
background-color: #704ECB;
}
.BgClassName
{
background-color: #704ECB;
}
</style>
border-color css
<style>
span { border-color: #704ECB; }
span { border-color: rgb(112,78,203); }
td.TdClassName
{
border-color: #704ECB;
}
.TagClassName
{
border-color: #704ECB;
}
</style>