Shades of Slate Blue #704BD2
Tints of Slate Blue #704BD2
RGB
CMYK
RGB Variations
Color information
#704BD2 (or 0x704BD2) is known color: Slate Blue. HEX triplet: 70, 4B and D2. RGB value is (112,75,210). Sum of RGB (Red+Green+Blue) = 112+75+210=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #704BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD2 is #8FB42D. Grayscale: #646464. Windows color (decimal): -9417774 or 13781872. OLE color: 13781872.
HSL color Cylindrical-coordinate representation of color #704BD2: hue angle of 256.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704BD2 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 75 | 210 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.18 |
| HSL | 256.44º | 0.6% | 0.56% | - |
| HSV(B) | 256.44º | 0.64% | 0.82% | - |
| XYZ | 20.83 | 13.13 | 62.41 | - |
| YUV | 101.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 210 | 0.47 | 0.64 | 0 | 0.18 | 256.44 | 0.6 | 0.56 |
| Hex | 70 | 4B | D2 | 2F | 40 | 0 | 12 | 100 | 3C | 38 |
| Octal | 160 | 113 | 322 | 57 | 100 | 0 | 22 | 400 | 74 | 70 |
| Binary | 1110000 | 1001011 | 11010010 | 101111 | 1000000 | 0 | 10010 | 100000000 | 111100 | 111000 |
Color Harmonies of #704BD2
Complementary color
Monochromatic Colors of #704BD2
Black with #704BD2
Text Example
Text Example
White with #704BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BD2; }
p { color: rgb(112,75,210); }
H1.HeaderClassName
{
color: #704BD2;
}
.AnyTagClassName
{
color: #704BD2;
}
</style>
background-color css
<style>
a { background-color: #704BD2; }
a { background-color: rgb(112,75,210); }
div.DivClassName
{
background-color: #704BD2;
}
.BgClassName
{
background-color: #704BD2;
}
</style>
border-color css
<style>
span { border-color: #704BD2; }
span { border-color: rgb(112,75,210); }
td.TdClassName
{
border-color: #704BD2;
}
.TagClassName
{
border-color: #704BD2;
}
</style>