Shades of Medium Slate Blue #726AFB
Tints of Medium Slate Blue #726AFB
RGB
CMYK
RGB Variations
Color information
#726AFB (or 0x726AFB) is known color: Medium Slate Blue. HEX triplet: 72, 6A and FB. RGB value is (114,106,251). Sum of RGB (Red+Green+Blue) = 114+106+251=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #726AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AFB is #8D9504. Grayscale: #7C7C7C. Windows color (decimal): -9278725 or 16476786. OLE color: 16476786.
HSL color Cylindrical-coordinate representation of color #726AFB: hue angle of 243.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726AFB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 106 | 251 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.02 |
| HSL | 243.31º | 0.95% | 0.7% | - |
| HSV(B) | 243.31º | 0.58% | 0.98% | - |
| XYZ | 29.51 | 20.85 | 93.74 | - |
| YUV | 124.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 251 | 0.55 | 0.58 | 0 | 0.02 | 243.31 | 0.95 | 0.7 |
| Hex | 72 | 6A | FB | 37 | 3A | 0 | 2 | F3 | 5F | 46 |
| Octal | 162 | 152 | 373 | 67 | 72 | 0 | 2 | 363 | 137 | 106 |
| Binary | 1110010 | 1101010 | 11111011 | 110111 | 111010 | 0 | 10 | 11110011 | 1011111 | 1000110 |
Color Harmonies of #726AFB
Complementary color
Monochromatic Colors of #726AFB
Black with #726AFB
Text Example
Text Example
White with #726AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AFB; }
p { color: rgb(114,106,251); }
H1.HeaderClassName
{
color: #726AFB;
}
.AnyTagClassName
{
color: #726AFB;
}
</style>
background-color css
<style>
a { background-color: #726AFB; }
a { background-color: rgb(114,106,251); }
div.DivClassName
{
background-color: #726AFB;
}
.BgClassName
{
background-color: #726AFB;
}
</style>
border-color css
<style>
span { border-color: #726AFB; }
span { border-color: rgb(114,106,251); }
td.TdClassName
{
border-color: #726AFB;
}
.TagClassName
{
border-color: #726AFB;
}
</style>