Shades of Slate Blue #726BCE
Tints of Slate Blue #726BCE
RGB
CMYK
RGB Variations
Color information
#726BCE (or 0x726BCE) is known color: Slate Blue. HEX triplet: 72, 6B and CE. RGB value is (114,107,206). Sum of RGB (Red+Green+Blue) = 114+107+206=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #726BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BCE is #8D9431. Grayscale: #777777. Windows color (decimal): -9278514 or 13527922. OLE color: 13527922.
HSL color Cylindrical-coordinate representation of color #726BCE: hue angle of 244.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726BCE is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 107 | 206 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.19 |
| HSL | 244.24º | 0.5% | 0.61% | - |
| HSV(B) | 244.24º | 0.48% | 0.81% | - |
| XYZ | 23.34 | 18.55 | 60.74 | - |
| YUV | 120.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 206 | 0.45 | 0.48 | 0 | 0.19 | 244.24 | 0.5 | 0.61 |
| Hex | 72 | 6B | CE | 2D | 30 | 0 | 13 | F4 | 32 | 3D |
| Octal | 162 | 153 | 316 | 55 | 60 | 0 | 23 | 364 | 62 | 75 |
| Binary | 1110010 | 1101011 | 11001110 | 101101 | 110000 | 0 | 10011 | 11110100 | 110010 | 111101 |
Color Harmonies of #726BCE
Complementary color
Monochromatic Colors of #726BCE
Black with #726BCE
Text Example
Text Example
White with #726BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BCE; }
p { color: rgb(114,107,206); }
H1.HeaderClassName
{
color: #726BCE;
}
.AnyTagClassName
{
color: #726BCE;
}
</style>
background-color css
<style>
a { background-color: #726BCE; }
a { background-color: rgb(114,107,206); }
div.DivClassName
{
background-color: #726BCE;
}
.BgClassName
{
background-color: #726BCE;
}
</style>
border-color css
<style>
span { border-color: #726BCE; }
span { border-color: rgb(114,107,206); }
td.TdClassName
{
border-color: #726BCE;
}
.TagClassName
{
border-color: #726BCE;
}
</style>