Shades of Medium Slate Blue #7165FF
Tints of Medium Slate Blue #7165FF
RGB
CMYK
RGB Variations
Color information
#7165FF (or 0x7165FF) is known color: Medium Slate Blue. HEX triplet: 71, 65 and FF. RGB value is (113,101,255). Sum of RGB (Red+Green+Blue) = 113+101+255=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7165FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7165FF is #8E9A00. Grayscale: #797979. Windows color (decimal): -9345537 or 16737649. OLE color: 16737649.
HSL color Cylindrical-coordinate representation of color #7165FF: hue angle of 244.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7165FF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 101 | 255 | - |
| CMYK | 0.56 | 0.60 | 0 | 0 |
| HSL | 244.68º | 1% | 0.7% | - |
| HSV(B) | 244.68º | 0.6% | 1% | - |
| XYZ | 29.51 | 20.04 | 96.92 | - |
| YUV | 122.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 255 | 0.56 | 0.60 | 0 | 0 | 244.68 | 1 | 0.7 |
| Hex | 71 | 65 | FF | 38 | 3C | 0 | 0 | F5 | 64 | 46 |
| Octal | 161 | 145 | 377 | 70 | 74 | 0 | 0 | 365 | 144 | 106 |
| Binary | 1110001 | 1100101 | 11111111 | 111000 | 111100 | 0 | 0 | 11110101 | 1100100 | 1000110 |
Color Harmonies of #7165FF
Complementary color
Monochromatic Colors of #7165FF
Black with #7165FF
Text Example
Text Example
White with #7165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7165FF; }
p { color: rgb(113,101,255); }
H1.HeaderClassName
{
color: #7165FF;
}
.AnyTagClassName
{
color: #7165FF;
}
</style>
background-color css
<style>
a { background-color: #7165FF; }
a { background-color: rgb(113,101,255); }
div.DivClassName
{
background-color: #7165FF;
}
.BgClassName
{
background-color: #7165FF;
}
</style>
border-color css
<style>
span { border-color: #7165FF; }
span { border-color: rgb(113,101,255); }
td.TdClassName
{
border-color: #7165FF;
}
.TagClassName
{
border-color: #7165FF;
}
</style>