Shades of Slate Blue #7164CF
Tints of Slate Blue #7164CF
RGB
CMYK
RGB Variations
Color information
#7164CF (or 0x7164CF) is known color: Slate Blue. HEX triplet: 71, 64 and CF. RGB value is (113,100,207). Sum of RGB (Red+Green+Blue) = 113+100+207=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7164CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164CF is #8E9B30. Grayscale: #737373. Windows color (decimal): -9345841 or 13591665. OLE color: 13591665.
HSL color Cylindrical-coordinate representation of color #7164CF: hue angle of 247.29º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7164CF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 100 | 207 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.19 |
| HSL | 247.29º | 0.53% | 0.6% | - |
| HSV(B) | 247.29º | 0.52% | 0.81% | - |
| XYZ | 22.63 | 17.13 | 61.15 | - |
| YUV | 116.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 207 | 0.45 | 0.52 | 0 | 0.19 | 247.29 | 0.53 | 0.6 |
| Hex | 71 | 64 | CF | 2D | 34 | 0 | 13 | F7 | 35 | 3C |
| Octal | 161 | 144 | 317 | 55 | 64 | 0 | 23 | 367 | 65 | 74 |
| Binary | 1110001 | 1100100 | 11001111 | 101101 | 110100 | 0 | 10011 | 11110111 | 110101 | 111100 |
Color Harmonies of #7164CF
Complementary color
Monochromatic Colors of #7164CF
Black with #7164CF
Text Example
Text Example
White with #7164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164CF; }
p { color: rgb(113,100,207); }
H1.HeaderClassName
{
color: #7164CF;
}
.AnyTagClassName
{
color: #7164CF;
}
</style>
background-color css
<style>
a { background-color: #7164CF; }
a { background-color: rgb(113,100,207); }
div.DivClassName
{
background-color: #7164CF;
}
.BgClassName
{
background-color: #7164CF;
}
</style>
border-color css
<style>
span { border-color: #7164CF; }
span { border-color: rgb(113,100,207); }
td.TdClassName
{
border-color: #7164CF;
}
.TagClassName
{
border-color: #7164CF;
}
</style>