Shades of Medium Slate Blue #726BF4
Tints of Medium Slate Blue #726BF4
RGB
CMYK
RGB Variations
Color information
#726BF4 (or 0x726BF4) is known color: Medium Slate Blue. HEX triplet: 72, 6B and F4. RGB value is (114,107,244). Sum of RGB (Red+Green+Blue) = 114+107+244=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #726BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726BF4 is #8D940B. Grayscale: #7C7C7C. Windows color (decimal): -9278476 or 16018290. OLE color: 16018290.
HSL color Cylindrical-coordinate representation of color #726BF4: hue angle of 243.07º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726BF4 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 107 | 244 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.04 |
| HSL | 243.07º | 0.86% | 0.69% | - |
| HSV(B) | 243.07º | 0.56% | 0.96% | - |
| XYZ | 28.53 | 20.62 | 88.07 | - |
| YUV | 124.71 | 195.32 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 244 | 0.53 | 0.56 | 0 | 0.04 | 243.07 | 0.86 | 0.69 |
| Hex | 72 | 6B | F4 | 35 | 38 | 0 | 4 | F3 | 56 | 45 |
| Octal | 162 | 153 | 364 | 65 | 70 | 0 | 4 | 363 | 126 | 105 |
| Binary | 1110010 | 1101011 | 11110100 | 110101 | 111000 | 0 | 100 | 11110011 | 1010110 | 1000101 |
Color Harmonies of #726BF4
Complementary color
Monochromatic Colors of #726BF4
Black with #726BF4
Text Example
Text Example
White with #726BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BF4; }
p { color: rgb(114,107,244); }
H1.HeaderClassName
{
color: #726BF4;
}
.AnyTagClassName
{
color: #726BF4;
}
</style>
background-color css
<style>
a { background-color: #726BF4; }
a { background-color: rgb(114,107,244); }
div.DivClassName
{
background-color: #726BF4;
}
.BgClassName
{
background-color: #726BF4;
}
</style>
border-color css
<style>
span { border-color: #726BF4; }
span { border-color: rgb(114,107,244); }
td.TdClassName
{
border-color: #726BF4;
}
.TagClassName
{
border-color: #726BF4;
}
</style>