Shades of Slate Blue #7167CE
Tints of Slate Blue #7167CE
RGB
CMYK
RGB Variations
Color information
#7167CE (or 0x7167CE) is known color: Slate Blue. HEX triplet: 71, 67 and CE. RGB value is (113,103,206). Sum of RGB (Red+Green+Blue) = 113+103+206=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7167CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167CE is #8E9831. Grayscale: #757575. Windows color (decimal): -9345074 or 13526897. OLE color: 13526897.
HSL color Cylindrical-coordinate representation of color #7167CE: hue angle of 245.83º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7167CE is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 103 | 206 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.19 |
| HSL | 245.83º | 0.51% | 0.61% | - |
| HSV(B) | 245.83º | 0.5% | 0.81% | - |
| XYZ | 22.8 | 17.67 | 60.6 | - |
| YUV | 117.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 206 | 0.45 | 0.50 | 0 | 0.19 | 245.83 | 0.51 | 0.61 |
| Hex | 71 | 67 | CE | 2D | 32 | 0 | 13 | F6 | 33 | 3D |
| Octal | 161 | 147 | 316 | 55 | 62 | 0 | 23 | 366 | 63 | 75 |
| Binary | 1110001 | 1100111 | 11001110 | 101101 | 110010 | 0 | 10011 | 11110110 | 110011 | 111101 |
Color Harmonies of #7167CE
Complementary color
Monochromatic Colors of #7167CE
Black with #7167CE
Text Example
Text Example
White with #7167CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7167CE; }
p { color: rgb(113,103,206); }
H1.HeaderClassName
{
color: #7167CE;
}
.AnyTagClassName
{
color: #7167CE;
}
</style>
background-color css
<style>
a { background-color: #7167CE; }
a { background-color: rgb(113,103,206); }
div.DivClassName
{
background-color: #7167CE;
}
.BgClassName
{
background-color: #7167CE;
}
</style>
border-color css
<style>
span { border-color: #7167CE; }
span { border-color: rgb(113,103,206); }
td.TdClassName
{
border-color: #7167CE;
}
.TagClassName
{
border-color: #7167CE;
}
</style>