Shades of Medium Slate Blue #7672DA
Tints of Medium Slate Blue #7672DA
RGB
CMYK
RGB Variations
Color information
#7672DA (or 0x7672DA) is known color: Medium Slate Blue. HEX triplet: 76, 72 and DA. RGB value is (118,114,218). Sum of RGB (Red+Green+Blue) = 118+114+218=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #7672DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672DA is #898D25. Grayscale: #7E7E7E. Windows color (decimal): -9014566 or 14316150. OLE color: 14316150.
HSL color Cylindrical-coordinate representation of color #7672DA: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7672DA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 114 | 218 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.15 |
| HSL | 242.31º | 0.58% | 0.65% | - |
| HSV(B) | 242.31º | 0.48% | 0.85% | - |
| XYZ | 26.14 | 20.95 | 69 | - |
| YUV | 127.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 218 | 0.46 | 0.48 | 0 | 0.15 | 242.31 | 0.58 | 0.65 |
| Hex | 76 | 72 | DA | 2E | 30 | 0 | F | F2 | 3A | 41 |
| Octal | 166 | 162 | 332 | 56 | 60 | 0 | 17 | 362 | 72 | 101 |
| Binary | 1110110 | 1110010 | 11011010 | 101110 | 110000 | 0 | 1111 | 11110010 | 111010 | 1000001 |
Color Harmonies of #7672DA
Complementary color
Monochromatic Colors of #7672DA
Black with #7672DA
Text Example
Text Example
White with #7672DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672DA; }
p { color: rgb(118,114,218); }
H1.HeaderClassName
{
color: #7672DA;
}
.AnyTagClassName
{
color: #7672DA;
}
</style>
background-color css
<style>
a { background-color: #7672DA; }
a { background-color: rgb(118,114,218); }
div.DivClassName
{
background-color: #7672DA;
}
.BgClassName
{
background-color: #7672DA;
}
</style>
border-color css
<style>
span { border-color: #7672DA; }
span { border-color: rgb(118,114,218); }
td.TdClassName
{
border-color: #7672DA;
}
.TagClassName
{
border-color: #7672DA;
}
</style>