Shades of Slate Blue #704CCF
Tints of Slate Blue #704CCF
RGB
CMYK
RGB Variations
Color information
#704CCF (or 0x704CCF) is known color: Slate Blue. HEX triplet: 70, 4C and CF. RGB value is (112,76,207). Sum of RGB (Red+Green+Blue) = 112+76+207=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #704CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CCF is #8FB330. Grayscale: #656565. Windows color (decimal): -9417521 or 13585520. OLE color: 13585520.
HSL color Cylindrical-coordinate representation of color #704CCF: hue angle of 256.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704CCF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 76 | 207 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.19 |
| HSL | 256.49º | 0.58% | 0.55% | - |
| HSV(B) | 256.49º | 0.63% | 0.81% | - |
| XYZ | 20.53 | 13.12 | 60.48 | - |
| YUV | 101.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 207 | 0.46 | 0.63 | 0 | 0.19 | 256.49 | 0.58 | 0.55 |
| Hex | 70 | 4C | CF | 2E | 3F | 0 | 13 | 100 | 3A | 37 |
| Octal | 160 | 114 | 317 | 56 | 77 | 0 | 23 | 400 | 72 | 67 |
| Binary | 1110000 | 1001100 | 11001111 | 101110 | 111111 | 0 | 10011 | 100000000 | 111010 | 110111 |
Color Harmonies of #704CCF
Complementary color
Monochromatic Colors of #704CCF
Black with #704CCF
Text Example
Text Example
White with #704CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CCF; }
p { color: rgb(112,76,207); }
H1.HeaderClassName
{
color: #704CCF;
}
.AnyTagClassName
{
color: #704CCF;
}
</style>
background-color css
<style>
a { background-color: #704CCF; }
a { background-color: rgb(112,76,207); }
div.DivClassName
{
background-color: #704CCF;
}
.BgClassName
{
background-color: #704CCF;
}
</style>
border-color css
<style>
span { border-color: #704CCF; }
span { border-color: rgb(112,76,207); }
td.TdClassName
{
border-color: #704CCF;
}
.TagClassName
{
border-color: #704CCF;
}
</style>