Shades of Medium Slate Blue #7465FF
Tints of Medium Slate Blue #7465FF
RGB
CMYK
RGB Variations
Color information
#7465FF (or 0x7465FF) is known color: Medium Slate Blue. HEX triplet: 74, 65 and FF. RGB value is (116,101,255). Sum of RGB (Red+Green+Blue) = 116+101+255=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #7465FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7465FF is #8B9A00. Grayscale: #7A7A7A. Windows color (decimal): -9148929 or 16737652. OLE color: 16737652.
HSL color Cylindrical-coordinate representation of color #7465FF: hue angle of 245.84º 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 #7465FF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 101 | 255 | - |
| CMYK | 0.55 | 0.60 | 0 | 0 |
| HSL | 245.84º | 1% | 0.7% | - |
| HSV(B) | 245.84º | 0.6% | 1% | - |
| XYZ | 29.91 | 20.24 | 96.94 | - |
| YUV | 123.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 255 | 0.55 | 0.60 | 0 | 0 | 245.84 | 1 | 0.7 |
| Hex | 74 | 65 | FF | 37 | 3C | 0 | 0 | F6 | 64 | 46 |
| Octal | 164 | 145 | 377 | 67 | 74 | 0 | 0 | 366 | 144 | 106 |
| Binary | 1110100 | 1100101 | 11111111 | 110111 | 111100 | 0 | 0 | 11110110 | 1100100 | 1000110 |
Color Harmonies of #7465FF
Complementary color
Monochromatic Colors of #7465FF
Black with #7465FF
Text Example
Text Example
White with #7465FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465FF; }
p { color: rgb(116,101,255); }
H1.HeaderClassName
{
color: #7465FF;
}
.AnyTagClassName
{
color: #7465FF;
}
</style>
background-color css
<style>
a { background-color: #7465FF; }
a { background-color: rgb(116,101,255); }
div.DivClassName
{
background-color: #7465FF;
}
.BgClassName
{
background-color: #7465FF;
}
</style>
border-color css
<style>
span { border-color: #7465FF; }
span { border-color: rgb(116,101,255); }
td.TdClassName
{
border-color: #7465FF;
}
.TagClassName
{
border-color: #7465FF;
}
</style>