Shades of Slate Blue #726BCF
Tints of Slate Blue #726BCF
RGB
CMYK
RGB Variations
Color information
#726BCF (or 0x726BCF) is known color: Slate Blue. HEX triplet: 72, 6B and CF. RGB value is (114,107,207). Sum of RGB (Red+Green+Blue) = 114+107+207=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #726BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BCF is #8D9430. Grayscale: #787878. Windows color (decimal): -9278513 or 13593458. OLE color: 13593458.
HSL color Cylindrical-coordinate representation of color #726BCF: hue angle of 244.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726BCF is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 107 | 207 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.19 |
| HSL | 244.2º | 0.51% | 0.62% | - |
| HSV(B) | 244.2º | 0.48% | 0.81% | - |
| XYZ | 23.46 | 18.6 | 61.38 | - |
| YUV | 120.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 207 | 0.45 | 0.48 | 0 | 0.19 | 244.2 | 0.51 | 0.62 |
| Hex | 72 | 6B | CF | 2D | 30 | 0 | 13 | F4 | 33 | 3E |
| Octal | 162 | 153 | 317 | 55 | 60 | 0 | 23 | 364 | 63 | 76 |
| Binary | 1110010 | 1101011 | 11001111 | 101101 | 110000 | 0 | 10011 | 11110100 | 110011 | 111110 |
Color Harmonies of #726BCF
Complementary color
Monochromatic Colors of #726BCF
Black with #726BCF
Text Example
Text Example
White with #726BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BCF; }
p { color: rgb(114,107,207); }
H1.HeaderClassName
{
color: #726BCF;
}
.AnyTagClassName
{
color: #726BCF;
}
</style>
background-color css
<style>
a { background-color: #726BCF; }
a { background-color: rgb(114,107,207); }
div.DivClassName
{
background-color: #726BCF;
}
.BgClassName
{
background-color: #726BCF;
}
</style>
border-color css
<style>
span { border-color: #726BCF; }
span { border-color: rgb(114,107,207); }
td.TdClassName
{
border-color: #726BCF;
}
.TagClassName
{
border-color: #726BCF;
}
</style>