Shades of Medium Slate Blue #726FFC
Tints of Medium Slate Blue #726FFC
RGB
CMYK
RGB Variations
Color information
#726FFC (or 0x726FFC) is known color: Medium Slate Blue. HEX triplet: 72, 6F and FC. RGB value is (114,111,252). Sum of RGB (Red+Green+Blue) = 114+111+252=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #726FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFC is #8D9003. Grayscale: #7F7F7F. Windows color (decimal): -9277444 or 16543602. OLE color: 16543602.
HSL color Cylindrical-coordinate representation of color #726FFC: hue angle of 241.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726FFC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 111 | 252 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.01 |
| HSL | 241.28º | 0.96% | 0.71% | - |
| HSV(B) | 241.28º | 0.56% | 0.99% | - |
| XYZ | 30.19 | 21.97 | 94.75 | - |
| YUV | 127.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 252 | 0.55 | 0.56 | 0 | 0.01 | 241.28 | 0.96 | 0.71 |
| Hex | 72 | 6F | FC | 37 | 38 | 0 | 1 | F1 | 60 | 47 |
| Octal | 162 | 157 | 374 | 67 | 70 | 0 | 1 | 361 | 140 | 107 |
| Binary | 1110010 | 1101111 | 11111100 | 110111 | 111000 | 0 | 1 | 11110001 | 1100000 | 1000111 |
Color Harmonies of #726FFC
Complementary color
Monochromatic Colors of #726FFC
Black with #726FFC
Text Example
Text Example
White with #726FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FFC; }
p { color: rgb(114,111,252); }
H1.HeaderClassName
{
color: #726FFC;
}
.AnyTagClassName
{
color: #726FFC;
}
</style>
background-color css
<style>
a { background-color: #726FFC; }
a { background-color: rgb(114,111,252); }
div.DivClassName
{
background-color: #726FFC;
}
.BgClassName
{
background-color: #726FFC;
}
</style>
border-color css
<style>
span { border-color: #726FFC; }
span { border-color: rgb(114,111,252); }
td.TdClassName
{
border-color: #726FFC;
}
.TagClassName
{
border-color: #726FFC;
}
</style>