Shades of Medium Slate Blue #7262FE
Tints of Medium Slate Blue #7262FE
RGB
CMYK
RGB Variations
Color information
#7262FE (or 0x7262FE) is known color: Medium Slate Blue. HEX triplet: 72, 62 and FE. RGB value is (114,98,254). Sum of RGB (Red+Green+Blue) = 114+98+254=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #7262FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7262FE is #8D9D01. Grayscale: #777777. Windows color (decimal): -9280770 or 16671346. OLE color: 16671346.
HSL color Cylindrical-coordinate representation of color #7262FE: hue angle of 246.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7262FE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 98 | 254 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.00 |
| HSL | 246.15º | 0.99% | 0.69% | - |
| HSV(B) | 246.15º | 0.61% | 1% | - |
| XYZ | 29.2 | 19.47 | 95.98 | - |
| YUV | 120.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 254 | 0.55 | 0.61 | 0 | 0.00 | 246.15 | 0.99 | 0.69 |
| Hex | 72 | 62 | FE | 37 | 3D | 0 | 0 | F6 | 63 | 45 |
| Octal | 162 | 142 | 376 | 67 | 75 | 0 | 0 | 366 | 143 | 105 |
| Binary | 1110010 | 1100010 | 11111110 | 110111 | 111101 | 0 | 0 | 11110110 | 1100011 | 1000101 |
Color Harmonies of #7262FE
Complementary color
Monochromatic Colors of #7262FE
Black with #7262FE
Text Example
Text Example
White with #7262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262FE; }
p { color: rgb(114,98,254); }
H1.HeaderClassName
{
color: #7262FE;
}
.AnyTagClassName
{
color: #7262FE;
}
</style>
background-color css
<style>
a { background-color: #7262FE; }
a { background-color: rgb(114,98,254); }
div.DivClassName
{
background-color: #7262FE;
}
.BgClassName
{
background-color: #7262FE;
}
</style>
border-color css
<style>
span { border-color: #7262FE; }
span { border-color: rgb(114,98,254); }
td.TdClassName
{
border-color: #7262FE;
}
.TagClassName
{
border-color: #7262FE;
}
</style>