Shades of Medium Slate Blue #7466FD
Tints of Medium Slate Blue #7466FD
RGB
CMYK
RGB Variations
Color information
#7466FD (or 0x7466FD) is known color: Medium Slate Blue. HEX triplet: 74, 66 and FD. RGB value is (116,102,253). Sum of RGB (Red+Green+Blue) = 116+102+253=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #7466FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7466FD is #8B9902. Grayscale: #7A7A7A. Windows color (decimal): -9148675 or 16606836. OLE color: 16606836.
HSL color Cylindrical-coordinate representation of color #7466FD: hue angle of 245.56º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7466FD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 102 | 253 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.01 |
| HSL | 245.56º | 0.97% | 0.7% | - |
| HSV(B) | 245.56º | 0.6% | 0.99% | - |
| XYZ | 29.68 | 20.31 | 95.28 | - |
| YUV | 123.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 253 | 0.54 | 0.60 | 0 | 0.01 | 245.56 | 0.97 | 0.7 |
| Hex | 74 | 66 | FD | 36 | 3C | 0 | 1 | F6 | 61 | 46 |
| Octal | 164 | 146 | 375 | 66 | 74 | 0 | 1 | 366 | 141 | 106 |
| Binary | 1110100 | 1100110 | 11111101 | 110110 | 111100 | 0 | 1 | 11110110 | 1100001 | 1000110 |
Color Harmonies of #7466FD
Complementary color
Monochromatic Colors of #7466FD
Black with #7466FD
Text Example
Text Example
White with #7466FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7466FD; }
p { color: rgb(116,102,253); }
H1.HeaderClassName
{
color: #7466FD;
}
.AnyTagClassName
{
color: #7466FD;
}
</style>
background-color css
<style>
a { background-color: #7466FD; }
a { background-color: rgb(116,102,253); }
div.DivClassName
{
background-color: #7466FD;
}
.BgClassName
{
background-color: #7466FD;
}
</style>
border-color css
<style>
span { border-color: #7466FD; }
span { border-color: rgb(116,102,253); }
td.TdClassName
{
border-color: #7466FD;
}
.TagClassName
{
border-color: #7466FD;
}
</style>