Shades of Slate Blue #726BD4
Tints of Slate Blue #726BD4
RGB
CMYK
RGB Variations
Color information
#726BD4 (or 0x726BD4) is known color: Slate Blue. HEX triplet: 72, 6B and D4. RGB value is (114,107,212). Sum of RGB (Red+Green+Blue) = 114+107+212=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #726BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BD4 is #8D942B. Grayscale: #787878. Windows color (decimal): -9278508 or 13921138. OLE color: 13921138.
HSL color Cylindrical-coordinate representation of color #726BD4: hue angle of 244º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726BD4 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 107 | 212 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.17 |
| HSL | 244º | 0.55% | 0.63% | - |
| HSV(B) | 244º | 0.5% | 0.83% | - |
| XYZ | 24.08 | 18.85 | 64.66 | - |
| YUV | 121.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 212 | 0.46 | 0.50 | 0 | 0.17 | 244 | 0.55 | 0.63 |
| Hex | 72 | 6B | D4 | 2E | 32 | 0 | 11 | F4 | 37 | 3F |
| Octal | 162 | 153 | 324 | 56 | 62 | 0 | 21 | 364 | 67 | 77 |
| Binary | 1110010 | 1101011 | 11010100 | 101110 | 110010 | 0 | 10001 | 11110100 | 110111 | 111111 |
Color Harmonies of #726BD4
Complementary color
Monochromatic Colors of #726BD4
Black with #726BD4
Text Example
Text Example
White with #726BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BD4; }
p { color: rgb(114,107,212); }
H1.HeaderClassName
{
color: #726BD4;
}
.AnyTagClassName
{
color: #726BD4;
}
</style>
background-color css
<style>
a { background-color: #726BD4; }
a { background-color: rgb(114,107,212); }
div.DivClassName
{
background-color: #726BD4;
}
.BgClassName
{
background-color: #726BD4;
}
</style>
border-color css
<style>
span { border-color: #726BD4; }
span { border-color: rgb(114,107,212); }
td.TdClassName
{
border-color: #726BD4;
}
.TagClassName
{
border-color: #726BD4;
}
</style>