Shades of Medium Slate Blue #7262FF
Tints of Medium Slate Blue #7262FF
RGB
CMYK
RGB Variations
Color information
#7262FF (or 0x7262FF) is known color: Medium Slate Blue. HEX triplet: 72, 62 and FF. RGB value is (114,98,255). Sum of RGB (Red+Green+Blue) = 114+98+255=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7262FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262FF is #8D9D00. Grayscale: #787878. Windows color (decimal): -9280769 or 16736882. OLE color: 16736882.
HSL color Cylindrical-coordinate representation of color #7262FF: hue angle of 246.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7262FF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 98 | 255 | - |
| CMYK | 0.55 | 0.62 | 0 | 0 |
| HSL | 246.11º | 1% | 0.69% | - |
| HSV(B) | 246.11º | 0.62% | 1% | - |
| XYZ | 29.36 | 19.53 | 96.83 | - |
| YUV | 120.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 255 | 0.55 | 0.62 | 0 | 0 | 246.11 | 1 | 0.69 |
| Hex | 72 | 62 | FF | 37 | 3E | 0 | 0 | F6 | 64 | 45 |
| Octal | 162 | 142 | 377 | 67 | 76 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110010 | 1100010 | 11111111 | 110111 | 111110 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #7262FF
Complementary color
Monochromatic Colors of #7262FF
Black with #7262FF
Text Example
Text Example
White with #7262FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262FF; }
p { color: rgb(114,98,255); }
H1.HeaderClassName
{
color: #7262FF;
}
.AnyTagClassName
{
color: #7262FF;
}
</style>
background-color css
<style>
a { background-color: #7262FF; }
a { background-color: rgb(114,98,255); }
div.DivClassName
{
background-color: #7262FF;
}
.BgClassName
{
background-color: #7262FF;
}
</style>
border-color css
<style>
span { border-color: #7262FF; }
span { border-color: rgb(114,98,255); }
td.TdClassName
{
border-color: #7262FF;
}
.TagClassName
{
border-color: #7262FF;
}
</style>