Shades of Medium Slate Blue #7467F8
Tints of Medium Slate Blue #7467F8
RGB
CMYK
RGB Variations
Color information
#7467F8 (or 0x7467F8) is known color: Medium Slate Blue. HEX triplet: 74, 67 and F8. RGB value is (116,103,248). Sum of RGB (Red+Green+Blue) = 116+103+248=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #7467F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467F8 is #8B9807. Grayscale: #7A7A7A. Windows color (decimal): -9148424 or 16279412. OLE color: 16279412.
HSL color Cylindrical-coordinate representation of color #7467F8: hue angle of 245.38º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7467F8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 103 | 248 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.03 |
| HSL | 245.38º | 0.91% | 0.69% | - |
| HSV(B) | 245.38º | 0.58% | 0.97% | - |
| XYZ | 29 | 20.19 | 91.18 | - |
| YUV | 123.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 248 | 0.53 | 0.58 | 0 | 0.03 | 245.38 | 0.91 | 0.69 |
| Hex | 74 | 67 | F8 | 35 | 3A | 0 | 3 | F5 | 5B | 45 |
| Octal | 164 | 147 | 370 | 65 | 72 | 0 | 3 | 365 | 133 | 105 |
| Binary | 1110100 | 1100111 | 11111000 | 110101 | 111010 | 0 | 11 | 11110101 | 1011011 | 1000101 |
Color Harmonies of #7467F8
Complementary color
Monochromatic Colors of #7467F8
Black with #7467F8
Text Example
Text Example
White with #7467F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467F8; }
p { color: rgb(116,103,248); }
H1.HeaderClassName
{
color: #7467F8;
}
.AnyTagClassName
{
color: #7467F8;
}
</style>
background-color css
<style>
a { background-color: #7467F8; }
a { background-color: rgb(116,103,248); }
div.DivClassName
{
background-color: #7467F8;
}
.BgClassName
{
background-color: #7467F8;
}
</style>
border-color css
<style>
span { border-color: #7467F8; }
span { border-color: rgb(116,103,248); }
td.TdClassName
{
border-color: #7467F8;
}
.TagClassName
{
border-color: #7467F8;
}
</style>