Shades of Medium Slate Blue #7468FB
Tints of Medium Slate Blue #7468FB
RGB
CMYK
RGB Variations
Color information
#7468FB (or 0x7468FB) is known color: Medium Slate Blue. HEX triplet: 74, 68 and FB. RGB value is (116,104,251). Sum of RGB (Red+Green+Blue) = 116+104+251=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #7468FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7468FB is #8B9704. Grayscale: #7B7B7B. Windows color (decimal): -9148165 or 16476276. OLE color: 16476276.
HSL color Cylindrical-coordinate representation of color #7468FB: hue angle of 244.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7468FB is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 104 | 251 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.02 |
| HSL | 244.9º | 0.95% | 0.7% | - |
| HSV(B) | 244.9º | 0.59% | 0.98% | - |
| XYZ | 29.57 | 20.58 | 93.68 | - |
| YUV | 124.35 | 199.48 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 251 | 0.54 | 0.59 | 0 | 0.02 | 244.9 | 0.95 | 0.7 |
| Hex | 74 | 68 | FB | 36 | 3B | 0 | 2 | F5 | 5F | 46 |
| Octal | 164 | 150 | 373 | 66 | 73 | 0 | 2 | 365 | 137 | 106 |
| Binary | 1110100 | 1101000 | 11111011 | 110110 | 111011 | 0 | 10 | 11110101 | 1011111 | 1000110 |
Color Harmonies of #7468FB
Complementary color
Monochromatic Colors of #7468FB
Black with #7468FB
Text Example
Text Example
White with #7468FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468FB; }
p { color: rgb(116,104,251); }
H1.HeaderClassName
{
color: #7468FB;
}
.AnyTagClassName
{
color: #7468FB;
}
</style>
background-color css
<style>
a { background-color: #7468FB; }
a { background-color: rgb(116,104,251); }
div.DivClassName
{
background-color: #7468FB;
}
.BgClassName
{
background-color: #7468FB;
}
</style>
border-color css
<style>
span { border-color: #7468FB; }
span { border-color: rgb(116,104,251); }
td.TdClassName
{
border-color: #7468FB;
}
.TagClassName
{
border-color: #7468FB;
}
</style>