Shades of Slate Blue #726CCD
Tints of Slate Blue #726CCD
RGB
CMYK
RGB Variations
Color information
#726CCD (or 0x726CCD) is known color: Slate Blue. HEX triplet: 72, 6C and CD. RGB value is (114,108,205). Sum of RGB (Red+Green+Blue) = 114+108+205=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #726CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CCD is #8D9332. Grayscale: #787878. Windows color (decimal): -9278259 or 13462642. OLE color: 13462642.
HSL color Cylindrical-coordinate representation of color #726CCD: hue angle of 243.71º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726CCD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 108 | 205 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.20 |
| HSL | 243.71º | 0.49% | 0.61% | - |
| HSV(B) | 243.71º | 0.47% | 0.8% | - |
| XYZ | 23.32 | 18.71 | 60.14 | - |
| YUV | 120.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 205 | 0.44 | 0.47 | 0 | 0.20 | 243.71 | 0.49 | 0.61 |
| Hex | 72 | 6C | CD | 2C | 2F | 0 | 14 | F4 | 31 | 3D |
| Octal | 162 | 154 | 315 | 54 | 57 | 0 | 24 | 364 | 61 | 75 |
| Binary | 1110010 | 1101100 | 11001101 | 101100 | 101111 | 0 | 10100 | 11110100 | 110001 | 111101 |
Color Harmonies of #726CCD
Complementary color
Monochromatic Colors of #726CCD
Black with #726CCD
Text Example
Text Example
White with #726CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CCD; }
p { color: rgb(114,108,205); }
H1.HeaderClassName
{
color: #726CCD;
}
.AnyTagClassName
{
color: #726CCD;
}
</style>
background-color css
<style>
a { background-color: #726CCD; }
a { background-color: rgb(114,108,205); }
div.DivClassName
{
background-color: #726CCD;
}
.BgClassName
{
background-color: #726CCD;
}
</style>
border-color css
<style>
span { border-color: #726CCD; }
span { border-color: rgb(114,108,205); }
td.TdClassName
{
border-color: #726CCD;
}
.TagClassName
{
border-color: #726CCD;
}
</style>