Shades of Medium Slate Blue #7468DA
Tints of Medium Slate Blue #7468DA
RGB
CMYK
RGB Variations
Color information
#7468DA (or 0x7468DA) is known color: Medium Slate Blue. HEX triplet: 74, 68 and DA. RGB value is (116,104,218). Sum of RGB (Red+Green+Blue) = 116+104+218=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #7468DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468DA is #8B9725. Grayscale: #787878. Windows color (decimal): -9148198 or 14313588. OLE color: 14313588.
HSL color Cylindrical-coordinate representation of color #7468DA: hue angle of 246.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7468DA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 104 | 218 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.15 |
| HSL | 246.32º | 0.61% | 0.63% | - |
| HSV(B) | 246.32º | 0.52% | 0.85% | - |
| XYZ | 24.81 | 18.68 | 68.63 | - |
| YUV | 120.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 218 | 0.47 | 0.52 | 0 | 0.15 | 246.32 | 0.61 | 0.63 |
| Hex | 74 | 68 | DA | 2F | 34 | 0 | F | F6 | 3D | 3F |
| Octal | 164 | 150 | 332 | 57 | 64 | 0 | 17 | 366 | 75 | 77 |
| Binary | 1110100 | 1101000 | 11011010 | 101111 | 110100 | 0 | 1111 | 11110110 | 111101 | 111111 |
Color Harmonies of #7468DA
Complementary color
Monochromatic Colors of #7468DA
Black with #7468DA
Text Example
Text Example
White with #7468DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468DA; }
p { color: rgb(116,104,218); }
H1.HeaderClassName
{
color: #7468DA;
}
.AnyTagClassName
{
color: #7468DA;
}
</style>
background-color css
<style>
a { background-color: #7468DA; }
a { background-color: rgb(116,104,218); }
div.DivClassName
{
background-color: #7468DA;
}
.BgClassName
{
background-color: #7468DA;
}
</style>
border-color css
<style>
span { border-color: #7468DA; }
span { border-color: rgb(116,104,218); }
td.TdClassName
{
border-color: #7468DA;
}
.TagClassName
{
border-color: #7468DA;
}
</style>