Shades of Slate Blue #7165DA
Tints of Slate Blue #7165DA
RGB
CMYK
RGB Variations
Color information
#7165DA (or 0x7165DA) is known color: Slate Blue. HEX triplet: 71, 65 and DA. RGB value is (113,101,218). Sum of RGB (Red+Green+Blue) = 113+101+218=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #7165DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165DA is #8E9A25. Grayscale: #757575. Windows color (decimal): -9345574 or 14312817. OLE color: 14312817.
HSL color Cylindrical-coordinate representation of color #7165DA: hue angle of 246.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7165DA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 101 | 218 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.15 |
| HSL | 246.15º | 0.61% | 0.63% | - |
| HSV(B) | 246.15º | 0.54% | 0.85% | - |
| XYZ | 24.12 | 17.88 | 68.51 | - |
| YUV | 117.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 218 | 0.48 | 0.54 | 0 | 0.15 | 246.15 | 0.61 | 0.63 |
| Hex | 71 | 65 | DA | 30 | 36 | 0 | F | F6 | 3D | 3F |
| Octal | 161 | 145 | 332 | 60 | 66 | 0 | 17 | 366 | 75 | 77 |
| Binary | 1110001 | 1100101 | 11011010 | 110000 | 110110 | 0 | 1111 | 11110110 | 111101 | 111111 |
Color Harmonies of #7165DA
Complementary color
Monochromatic Colors of #7165DA
Black with #7165DA
Text Example
Text Example
White with #7165DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7165DA; }
p { color: rgb(113,101,218); }
H1.HeaderClassName
{
color: #7165DA;
}
.AnyTagClassName
{
color: #7165DA;
}
</style>
background-color css
<style>
a { background-color: #7165DA; }
a { background-color: rgb(113,101,218); }
div.DivClassName
{
background-color: #7165DA;
}
.BgClassName
{
background-color: #7165DA;
}
</style>
border-color css
<style>
span { border-color: #7165DA; }
span { border-color: rgb(113,101,218); }
td.TdClassName
{
border-color: #7165DA;
}
.TagClassName
{
border-color: #7165DA;
}
</style>