Shades of Slate Blue #704BDC
Tints of Slate Blue #704BDC
RGB
CMYK
RGB Variations
Color information
#704BDC (or 0x704BDC) is known color: Slate Blue. HEX triplet: 70, 4B and DC. RGB value is (112,75,220). Sum of RGB (Red+Green+Blue) = 112+75+220=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #704BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BDC is #8FB423. Grayscale: #666666. Windows color (decimal): -9417764 or 14437232. OLE color: 14437232.
HSL color Cylindrical-coordinate representation of color #704BDC: hue angle of 255.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704BDC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 75 | 220 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.14 |
| HSL | 255.31º | 0.67% | 0.58% | - |
| HSV(B) | 255.31º | 0.66% | 0.86% | - |
| XYZ | 22.12 | 13.64 | 69.18 | - |
| YUV | 102.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 220 | 0.49 | 0.66 | 0 | 0.14 | 255.31 | 0.67 | 0.58 |
| Hex | 70 | 4B | DC | 31 | 42 | 0 | E | FF | 43 | 3A |
| Octal | 160 | 113 | 334 | 61 | 102 | 0 | 16 | 377 | 103 | 72 |
| Binary | 1110000 | 1001011 | 11011100 | 110001 | 1000010 | 0 | 1110 | 11111111 | 1000011 | 111010 |
Color Harmonies of #704BDC
Complementary color
Monochromatic Colors of #704BDC
Black with #704BDC
Text Example
Text Example
White with #704BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BDC; }
p { color: rgb(112,75,220); }
H1.HeaderClassName
{
color: #704BDC;
}
.AnyTagClassName
{
color: #704BDC;
}
</style>
background-color css
<style>
a { background-color: #704BDC; }
a { background-color: rgb(112,75,220); }
div.DivClassName
{
background-color: #704BDC;
}
.BgClassName
{
background-color: #704BDC;
}
</style>
border-color css
<style>
span { border-color: #704BDC; }
span { border-color: rgb(112,75,220); }
td.TdClassName
{
border-color: #704BDC;
}
.TagClassName
{
border-color: #704BDC;
}
</style>