Shades of Slate Blue #7162CE
Tints of Slate Blue #7162CE
RGB
CMYK
RGB Variations
Color information
#7162CE (or 0x7162CE) is known color: Slate Blue. HEX triplet: 71, 62 and CE. RGB value is (113,98,206). Sum of RGB (Red+Green+Blue) = 113+98+206=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #7162CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162CE is #8E9D31. Grayscale: #727272. Windows color (decimal): -9346354 or 13525617. OLE color: 13525617.
HSL color Cylindrical-coordinate representation of color #7162CE: hue angle of 248.33º degrees, saturation: 0.52, 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 #7162CE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 98 | 206 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.19 |
| HSL | 248.33º | 0.52% | 0.6% | - |
| HSV(B) | 248.33º | 0.52% | 0.81% | - |
| XYZ | 22.32 | 16.7 | 60.44 | - |
| YUV | 114.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 206 | 0.45 | 0.52 | 0 | 0.19 | 248.33 | 0.52 | 0.6 |
| Hex | 71 | 62 | CE | 2D | 34 | 0 | 13 | F8 | 34 | 3C |
| Octal | 161 | 142 | 316 | 55 | 64 | 0 | 23 | 370 | 64 | 74 |
| Binary | 1110001 | 1100010 | 11001110 | 101101 | 110100 | 0 | 10011 | 11111000 | 110100 | 111100 |
Color Harmonies of #7162CE
Complementary color
Monochromatic Colors of #7162CE
Black with #7162CE
Text Example
Text Example
White with #7162CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7162CE; }
p { color: rgb(113,98,206); }
H1.HeaderClassName
{
color: #7162CE;
}
.AnyTagClassName
{
color: #7162CE;
}
</style>
background-color css
<style>
a { background-color: #7162CE; }
a { background-color: rgb(113,98,206); }
div.DivClassName
{
background-color: #7162CE;
}
.BgClassName
{
background-color: #7162CE;
}
</style>
border-color css
<style>
span { border-color: #7162CE; }
span { border-color: rgb(113,98,206); }
td.TdClassName
{
border-color: #7162CE;
}
.TagClassName
{
border-color: #7162CE;
}
</style>