Shades of Medium Slate Blue #7467FD
Tints of Medium Slate Blue #7467FD
RGB
CMYK
RGB Variations
Color information
#7467FD (or 0x7467FD) is known color: Medium Slate Blue. HEX triplet: 74, 67 and FD. RGB value is (116,103,253). Sum of RGB (Red+Green+Blue) = 116+103+253=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #7467FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467FD is #8B9802. Grayscale: #7B7B7B. Windows color (decimal): -9148419 or 16607092. OLE color: 16607092.
HSL color Cylindrical-coordinate representation of color #7467FD: hue angle of 245.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7467FD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 103 | 253 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.01 |
| HSL | 245.2º | 0.97% | 0.7% | - |
| HSV(B) | 245.2º | 0.59% | 0.99% | - |
| XYZ | 29.78 | 20.51 | 95.32 | - |
| YUV | 123.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 253 | 0.54 | 0.59 | 0 | 0.01 | 245.2 | 0.97 | 0.7 |
| Hex | 74 | 67 | FD | 36 | 3B | 0 | 1 | F5 | 61 | 46 |
| Octal | 164 | 147 | 375 | 66 | 73 | 0 | 1 | 365 | 141 | 106 |
| Binary | 1110100 | 1100111 | 11111101 | 110110 | 111011 | 0 | 1 | 11110101 | 1100001 | 1000110 |
Color Harmonies of #7467FD
Complementary color
Monochromatic Colors of #7467FD
Black with #7467FD
Text Example
Text Example
White with #7467FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467FD; }
p { color: rgb(116,103,253); }
H1.HeaderClassName
{
color: #7467FD;
}
.AnyTagClassName
{
color: #7467FD;
}
</style>
background-color css
<style>
a { background-color: #7467FD; }
a { background-color: rgb(116,103,253); }
div.DivClassName
{
background-color: #7467FD;
}
.BgClassName
{
background-color: #7467FD;
}
</style>
border-color css
<style>
span { border-color: #7467FD; }
span { border-color: rgb(116,103,253); }
td.TdClassName
{
border-color: #7467FD;
}
.TagClassName
{
border-color: #7467FD;
}
</style>