Shades of Slate Blue #704FCB
Tints of Slate Blue #704FCB
RGB
CMYK
RGB Variations
Color information
#704FCB (or 0x704FCB) is known color: Slate Blue. HEX triplet: 70, 4F and CB. RGB value is (112,79,203). Sum of RGB (Red+Green+Blue) = 112+79+203=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #704FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FCB is #8FB034. Grayscale: #666666. Windows color (decimal): -9416757 or 13324144. OLE color: 13324144.
HSL color Cylindrical-coordinate representation of color #704FCB: hue angle of 255.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704FCB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 79 | 203 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.20 |
| HSL | 255.97º | 0.54% | 0.55% | - |
| HSV(B) | 255.97º | 0.61% | 0.8% | - |
| XYZ | 20.26 | 13.35 | 58.01 | - |
| YUV | 103 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 203 | 0.45 | 0.61 | 0 | 0.20 | 255.97 | 0.54 | 0.55 |
| Hex | 70 | 4F | CB | 2D | 3D | 0 | 14 | 100 | 36 | 37 |
| Octal | 160 | 117 | 313 | 55 | 75 | 0 | 24 | 400 | 66 | 67 |
| Binary | 1110000 | 1001111 | 11001011 | 101101 | 111101 | 0 | 10100 | 100000000 | 110110 | 110111 |
Color Harmonies of #704FCB
Complementary color
Monochromatic Colors of #704FCB
Black with #704FCB
Text Example
Text Example
White with #704FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FCB; }
p { color: rgb(112,79,203); }
H1.HeaderClassName
{
color: #704FCB;
}
.AnyTagClassName
{
color: #704FCB;
}
</style>
background-color css
<style>
a { background-color: #704FCB; }
a { background-color: rgb(112,79,203); }
div.DivClassName
{
background-color: #704FCB;
}
.BgClassName
{
background-color: #704FCB;
}
</style>
border-color css
<style>
span { border-color: #704FCB; }
span { border-color: rgb(112,79,203); }
td.TdClassName
{
border-color: #704FCB;
}
.TagClassName
{
border-color: #704FCB;
}
</style>