Shades of Slate Blue #704BD1
Tints of Slate Blue #704BD1
RGB
CMYK
RGB Variations
Color information
#704BD1 (or 0x704BD1) is known color: Slate Blue. HEX triplet: 70, 4B and D1. RGB value is (112,75,209). Sum of RGB (Red+Green+Blue) = 112+75+209=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #704BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD1 is #8FB42E. Grayscale: #646464. Windows color (decimal): -9417775 or 13716336. OLE color: 13716336.
HSL color Cylindrical-coordinate representation of color #704BD1: hue angle of 256.57º degrees, saturation: 0.59, 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 #704BD1 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 75 | 209 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.18 |
| HSL | 256.57º | 0.59% | 0.56% | - |
| HSV(B) | 256.57º | 0.64% | 0.82% | - |
| XYZ | 20.71 | 13.08 | 61.76 | - |
| YUV | 101.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 209 | 0.46 | 0.64 | 0 | 0.18 | 256.57 | 0.59 | 0.56 |
| Hex | 70 | 4B | D1 | 2E | 40 | 0 | 12 | 101 | 3B | 38 |
| Octal | 160 | 113 | 321 | 56 | 100 | 0 | 22 | 401 | 73 | 70 |
| Binary | 1110000 | 1001011 | 11010001 | 101110 | 1000000 | 0 | 10010 | 100000001 | 111011 | 111000 |
Color Harmonies of #704BD1
Complementary color
Monochromatic Colors of #704BD1
Black with #704BD1
Text Example
Text Example
White with #704BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BD1; }
p { color: rgb(112,75,209); }
H1.HeaderClassName
{
color: #704BD1;
}
.AnyTagClassName
{
color: #704BD1;
}
</style>
background-color css
<style>
a { background-color: #704BD1; }
a { background-color: rgb(112,75,209); }
div.DivClassName
{
background-color: #704BD1;
}
.BgClassName
{
background-color: #704BD1;
}
</style>
border-color css
<style>
span { border-color: #704BD1; }
span { border-color: rgb(112,75,209); }
td.TdClassName
{
border-color: #704BD1;
}
.TagClassName
{
border-color: #704BD1;
}
</style>