Shades of Medium Slate Blue #726BFE
Tints of Medium Slate Blue #726BFE
RGB
CMYK
RGB Variations
Color information
#726BFE (or 0x726BFE) is known color: Medium Slate Blue. HEX triplet: 72, 6B and FE. RGB value is (114,107,254). Sum of RGB (Red+Green+Blue) = 114+107+254=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #726BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BFE is #8D9401. Grayscale: #7D7D7D. Windows color (decimal): -9278466 or 16673650. OLE color: 16673650.
HSL color Cylindrical-coordinate representation of color #726BFE: hue angle of 242.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726BFE is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 107 | 254 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.00 |
| HSL | 242.86º | 0.99% | 0.71% | - |
| HSV(B) | 242.86º | 0.58% | 1% | - |
| XYZ | 30.09 | 21.25 | 96.28 | - |
| YUV | 125.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 254 | 0.55 | 0.58 | 0 | 0.00 | 242.86 | 0.99 | 0.71 |
| Hex | 72 | 6B | FE | 37 | 3A | 0 | 0 | F3 | 63 | 47 |
| Octal | 162 | 153 | 376 | 67 | 72 | 0 | 0 | 363 | 143 | 107 |
| Binary | 1110010 | 1101011 | 11111110 | 110111 | 111010 | 0 | 0 | 11110011 | 1100011 | 1000111 |
Color Harmonies of #726BFE
Complementary color
Monochromatic Colors of #726BFE
Black with #726BFE
Text Example
Text Example
White with #726BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BFE; }
p { color: rgb(114,107,254); }
H1.HeaderClassName
{
color: #726BFE;
}
.AnyTagClassName
{
color: #726BFE;
}
</style>
background-color css
<style>
a { background-color: #726BFE; }
a { background-color: rgb(114,107,254); }
div.DivClassName
{
background-color: #726BFE;
}
.BgClassName
{
background-color: #726BFE;
}
</style>
border-color css
<style>
span { border-color: #726BFE; }
span { border-color: rgb(114,107,254); }
td.TdClassName
{
border-color: #726BFE;
}
.TagClassName
{
border-color: #726BFE;
}
</style>