Shades of Moody Blue #727BCB
Tints of Moody Blue #727BCB
RGB
CMYK
RGB Variations
Color information
#727BCB (or 0x727BCB) is known color: Moody Blue. HEX triplet: 72, 7B and CB. RGB value is (114,123,203). Sum of RGB (Red+Green+Blue) = 114+123+203=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #727BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCB is #8D8434. Grayscale: #818181. Windows color (decimal): -9274421 or 13335410. OLE color: 13335410.
HSL color Cylindrical-coordinate representation of color #727BCB: hue angle of 233.93º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727BCB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 123 | 203 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.20 |
| HSL | 233.93º | 0.46% | 0.62% | - |
| HSV(B) | 233.93º | 0.44% | 0.8% | - |
| XYZ | 24.8 | 22.06 | 59.45 | - |
| YUV | 129.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 203 | 0.44 | 0.39 | 0 | 0.20 | 233.93 | 0.46 | 0.62 |
| Hex | 72 | 7B | CB | 2C | 27 | 0 | 14 | EA | 2E | 3E |
| Octal | 162 | 173 | 313 | 54 | 47 | 0 | 24 | 352 | 56 | 76 |
| Binary | 1110010 | 1111011 | 11001011 | 101100 | 100111 | 0 | 10100 | 11101010 | 101110 | 111110 |
Color Harmonies of #727BCB
Complementary color
Monochromatic Colors of #727BCB
Black with #727BCB
Text Example
Text Example
White with #727BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BCB; }
p { color: rgb(114,123,203); }
H1.HeaderClassName
{
color: #727BCB;
}
.AnyTagClassName
{
color: #727BCB;
}
</style>
background-color css
<style>
a { background-color: #727BCB; }
a { background-color: rgb(114,123,203); }
div.DivClassName
{
background-color: #727BCB;
}
.BgClassName
{
background-color: #727BCB;
}
</style>
border-color css
<style>
span { border-color: #727BCB; }
span { border-color: rgb(114,123,203); }
td.TdClassName
{
border-color: #727BCB;
}
.TagClassName
{
border-color: #727BCB;
}
</style>