Shades of Medium Slate Blue #726CF4
Tints of Medium Slate Blue #726CF4
RGB
CMYK
RGB Variations
Color information
#726CF4 (or 0x726CF4) is known color: Medium Slate Blue. HEX triplet: 72, 6C and F4. RGB value is (114,108,244). Sum of RGB (Red+Green+Blue) = 114+108+244=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #726CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CF4 is #8D930B. Grayscale: #7C7C7C. Windows color (decimal): -9278220 or 16018546. OLE color: 16018546.
HSL color Cylindrical-coordinate representation of color #726CF4: hue angle of 242.65º 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 #726CF4 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 108 | 244 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.04 |
| HSL | 242.65º | 0.86% | 0.69% | - |
| HSV(B) | 242.65º | 0.56% | 0.96% | - |
| XYZ | 28.63 | 20.83 | 88.1 | - |
| YUV | 125.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 244 | 0.53 | 0.56 | 0 | 0.04 | 242.65 | 0.86 | 0.69 |
| Hex | 72 | 6C | F4 | 35 | 38 | 0 | 4 | F3 | 56 | 45 |
| Octal | 162 | 154 | 364 | 65 | 70 | 0 | 4 | 363 | 126 | 105 |
| Binary | 1110010 | 1101100 | 11110100 | 110101 | 111000 | 0 | 100 | 11110011 | 1010110 | 1000101 |
Color Harmonies of #726CF4
Complementary color
Monochromatic Colors of #726CF4
Black with #726CF4
Text Example
Text Example
White with #726CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CF4; }
p { color: rgb(114,108,244); }
H1.HeaderClassName
{
color: #726CF4;
}
.AnyTagClassName
{
color: #726CF4;
}
</style>
background-color css
<style>
a { background-color: #726CF4; }
a { background-color: rgb(114,108,244); }
div.DivClassName
{
background-color: #726CF4;
}
.BgClassName
{
background-color: #726CF4;
}
</style>
border-color css
<style>
span { border-color: #726CF4; }
span { border-color: rgb(114,108,244); }
td.TdClassName
{
border-color: #726CF4;
}
.TagClassName
{
border-color: #726CF4;
}
</style>