Shades of Slate Blue #7165CE
Tints of Slate Blue #7165CE
RGB
CMYK
RGB Variations
Color information
#7165CE (or 0x7165CE) is known color: Slate Blue. HEX triplet: 71, 65 and CE. RGB value is (113,101,206). Sum of RGB (Red+Green+Blue) = 113+101+206=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #7165CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165CE is #8E9A31. Grayscale: #747474. Windows color (decimal): -9345586 or 13526385. OLE color: 13526385.
HSL color Cylindrical-coordinate representation of color #7165CE: hue angle of 246.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7165CE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 101 | 206 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.19 |
| HSL | 246.86º | 0.52% | 0.6% | - |
| HSV(B) | 246.86º | 0.51% | 0.81% | - |
| XYZ | 22.6 | 17.27 | 60.54 | - |
| YUV | 116.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 206 | 0.45 | 0.51 | 0 | 0.19 | 246.86 | 0.52 | 0.6 |
| Hex | 71 | 65 | CE | 2D | 33 | 0 | 13 | F7 | 34 | 3C |
| Octal | 161 | 145 | 316 | 55 | 63 | 0 | 23 | 367 | 64 | 74 |
| Binary | 1110001 | 1100101 | 11001110 | 101101 | 110011 | 0 | 10011 | 11110111 | 110100 | 111100 |
Color Harmonies of #7165CE
Complementary color
Monochromatic Colors of #7165CE
Black with #7165CE
Text Example
Text Example
White with #7165CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7165CE; }
p { color: rgb(113,101,206); }
H1.HeaderClassName
{
color: #7165CE;
}
.AnyTagClassName
{
color: #7165CE;
}
</style>
background-color css
<style>
a { background-color: #7165CE; }
a { background-color: rgb(113,101,206); }
div.DivClassName
{
background-color: #7165CE;
}
.BgClassName
{
background-color: #7165CE;
}
</style>
border-color css
<style>
span { border-color: #7165CE; }
span { border-color: rgb(113,101,206); }
td.TdClassName
{
border-color: #7165CE;
}
.TagClassName
{
border-color: #7165CE;
}
</style>