Shades of Moody Blue #726FCB
Tints of Moody Blue #726FCB
RGB
CMYK
RGB Variations
Color information
#726FCB (or 0x726FCB) is known color: Moody Blue. HEX triplet: 72, 6F and CB. RGB value is (114,111,203). Sum of RGB (Red+Green+Blue) = 114+111+203=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #726FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCB is #8D9034. Grayscale: #7A7A7A. Windows color (decimal): -9277493 or 13332338. OLE color: 13332338.
HSL color Cylindrical-coordinate representation of color #726FCB: hue angle of 241.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #726FCB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 111 | 203 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.20 |
| HSL | 241.96º | 0.47% | 0.62% | - |
| HSV(B) | 241.96º | 0.45% | 0.8% | - |
| XYZ | 23.4 | 19.26 | 58.98 | - |
| YUV | 122.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 203 | 0.44 | 0.45 | 0 | 0.20 | 241.96 | 0.47 | 0.62 |
| Hex | 72 | 6F | CB | 2C | 2D | 0 | 14 | F2 | 2F | 3E |
| Octal | 162 | 157 | 313 | 54 | 55 | 0 | 24 | 362 | 57 | 76 |
| Binary | 1110010 | 1101111 | 11001011 | 101100 | 101101 | 0 | 10100 | 11110010 | 101111 | 111110 |
Color Harmonies of #726FCB
Complementary color
Monochromatic Colors of #726FCB
Black with #726FCB
Text Example
Text Example
White with #726FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FCB; }
p { color: rgb(114,111,203); }
H1.HeaderClassName
{
color: #726FCB;
}
.AnyTagClassName
{
color: #726FCB;
}
</style>
background-color css
<style>
a { background-color: #726FCB; }
a { background-color: rgb(114,111,203); }
div.DivClassName
{
background-color: #726FCB;
}
.BgClassName
{
background-color: #726FCB;
}
</style>
border-color css
<style>
span { border-color: #726FCB; }
span { border-color: rgb(114,111,203); }
td.TdClassName
{
border-color: #726FCB;
}
.TagClassName
{
border-color: #726FCB;
}
</style>