Shades of Medium Slate Blue #7465FA
Tints of Medium Slate Blue #7465FA
RGB
CMYK
RGB Variations
Color information
#7465FA (or 0x7465FA) is known color: Medium Slate Blue. HEX triplet: 74, 65 and FA. RGB value is (116,101,250). Sum of RGB (Red+Green+Blue) = 116+101+250=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #7465FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7465FA is #8B9A05. Grayscale: #797979. Windows color (decimal): -9148934 or 16409972. OLE color: 16409972.
HSL color Cylindrical-coordinate representation of color #7465FA: hue angle of 246.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7465FA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 101 | 250 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.02 |
| HSL | 246.04º | 0.94% | 0.69% | - |
| HSV(B) | 246.04º | 0.6% | 0.98% | - |
| XYZ | 29.11 | 19.92 | 92.75 | - |
| YUV | 122.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 250 | 0.54 | 0.60 | 0 | 0.02 | 246.04 | 0.94 | 0.69 |
| Hex | 74 | 65 | FA | 36 | 3C | 0 | 2 | F6 | 5E | 45 |
| Octal | 164 | 145 | 372 | 66 | 74 | 0 | 2 | 366 | 136 | 105 |
| Binary | 1110100 | 1100101 | 11111010 | 110110 | 111100 | 0 | 10 | 11110110 | 1011110 | 1000101 |
Color Harmonies of #7465FA
Complementary color
Monochromatic Colors of #7465FA
Black with #7465FA
Text Example
Text Example
White with #7465FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465FA; }
p { color: rgb(116,101,250); }
H1.HeaderClassName
{
color: #7465FA;
}
.AnyTagClassName
{
color: #7465FA;
}
</style>
background-color css
<style>
a { background-color: #7465FA; }
a { background-color: rgb(116,101,250); }
div.DivClassName
{
background-color: #7465FA;
}
.BgClassName
{
background-color: #7465FA;
}
</style>
border-color css
<style>
span { border-color: #7465FA; }
span { border-color: rgb(116,101,250); }
td.TdClassName
{
border-color: #7465FA;
}
.TagClassName
{
border-color: #7465FA;
}
</style>