Shades of Medium Slate Blue #7682F0
Tints of Medium Slate Blue #7682F0
RGB
CMYK
RGB Variations
Color information
#7682F0 (or 0x7682F0) is known color: Medium Slate Blue. HEX triplet: 76, 82 and F0. RGB value is (118,130,240). Sum of RGB (Red+Green+Blue) = 118+130+240=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #7682F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682F0 is #897D0F. Grayscale: #8A8A8A. Windows color (decimal): -9010448 or 15762038. OLE color: 15762038.
HSL color Cylindrical-coordinate representation of color #7682F0: hue angle of 234.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7682F0 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 130 | 240 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.06 |
| HSL | 234.1º | 0.8% | 0.7% | - |
| HSV(B) | 234.1º | 0.51% | 0.94% | - |
| XYZ | 31.18 | 26.11 | 85.83 | - |
| YUV | 138.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 240 | 0.51 | 0.46 | 0 | 0.06 | 234.1 | 0.8 | 0.7 |
| Hex | 76 | 82 | F0 | 33 | 2E | 0 | 6 | EA | 50 | 46 |
| Octal | 166 | 202 | 360 | 63 | 56 | 0 | 6 | 352 | 120 | 106 |
| Binary | 1110110 | 10000010 | 11110000 | 110011 | 101110 | 0 | 110 | 11101010 | 1010000 | 1000110 |
Color Harmonies of #7682F0
Complementary color
Monochromatic Colors of #7682F0
Black with #7682F0
Text Example
Text Example
White with #7682F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7682F0; }
p { color: rgb(118,130,240); }
H1.HeaderClassName
{
color: #7682F0;
}
.AnyTagClassName
{
color: #7682F0;
}
</style>
background-color css
<style>
a { background-color: #7682F0; }
a { background-color: rgb(118,130,240); }
div.DivClassName
{
background-color: #7682F0;
}
.BgClassName
{
background-color: #7682F0;
}
</style>
border-color css
<style>
span { border-color: #7682F0; }
span { border-color: rgb(118,130,240); }
td.TdClassName
{
border-color: #7682F0;
}
.TagClassName
{
border-color: #7682F0;
}
</style>