Shades of Medium Slate Blue #7467FA
Tints of Medium Slate Blue #7467FA
RGB
CMYK
RGB Variations
Color information
#7467FA (or 0x7467FA) is known color: Medium Slate Blue. HEX triplet: 74, 67 and FA. RGB value is (116,103,250). Sum of RGB (Red+Green+Blue) = 116+103+250=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7467FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467FA is #8B9805. Grayscale: #7B7B7B. Windows color (decimal): -9148422 or 16410484. OLE color: 16410484.
HSL color Cylindrical-coordinate representation of color #7467FA: hue angle of 245.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7467FA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 103 | 250 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.02 |
| HSL | 245.31º | 0.94% | 0.69% | - |
| HSV(B) | 245.31º | 0.59% | 0.98% | - |
| XYZ | 29.31 | 20.32 | 92.82 | - |
| YUV | 123.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 250 | 0.54 | 0.59 | 0 | 0.02 | 245.31 | 0.94 | 0.69 |
| Hex | 74 | 67 | FA | 36 | 3B | 0 | 2 | F5 | 5E | 45 |
| Octal | 164 | 147 | 372 | 66 | 73 | 0 | 2 | 365 | 136 | 105 |
| Binary | 1110100 | 1100111 | 11111010 | 110110 | 111011 | 0 | 10 | 11110101 | 1011110 | 1000101 |
Color Harmonies of #7467FA
Complementary color
Monochromatic Colors of #7467FA
Black with #7467FA
Text Example
Text Example
White with #7467FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467FA; }
p { color: rgb(116,103,250); }
H1.HeaderClassName
{
color: #7467FA;
}
.AnyTagClassName
{
color: #7467FA;
}
</style>
background-color css
<style>
a { background-color: #7467FA; }
a { background-color: rgb(116,103,250); }
div.DivClassName
{
background-color: #7467FA;
}
.BgClassName
{
background-color: #7467FA;
}
</style>
border-color css
<style>
span { border-color: #7467FA; }
span { border-color: rgb(116,103,250); }
td.TdClassName
{
border-color: #7467FA;
}
.TagClassName
{
border-color: #7467FA;
}
</style>