Shades of Moody Blue #736FCA
Tints of Moody Blue #736FCA
RGB
CMYK
RGB Variations
Color information
#736FCA (or 0x736FCA) is known color: Moody Blue. HEX triplet: 73, 6F and CA. RGB value is (115,111,202). Sum of RGB (Red+Green+Blue) = 115+111+202=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #736FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FCA is #8C9035. Grayscale: #7A7A7A. Windows color (decimal): -9211958 or 13266803. OLE color: 13266803.
HSL color Cylindrical-coordinate representation of color #736FCA: hue angle of 242.64º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #736FCA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 111 | 202 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.21 |
| HSL | 242.64º | 0.46% | 0.61% | - |
| HSV(B) | 242.64º | 0.45% | 0.79% | - |
| XYZ | 23.42 | 19.28 | 58.36 | - |
| YUV | 122.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 202 | 0.43 | 0.45 | 0 | 0.21 | 242.64 | 0.46 | 0.61 |
| Hex | 73 | 6F | CA | 2B | 2D | 0 | 15 | F3 | 2E | 3D |
| Octal | 163 | 157 | 312 | 53 | 55 | 0 | 25 | 363 | 56 | 75 |
| Binary | 1110011 | 1101111 | 11001010 | 101011 | 101101 | 0 | 10101 | 11110011 | 101110 | 111101 |
Color Harmonies of #736FCA
Complementary color
Monochromatic Colors of #736FCA
Black with #736FCA
Text Example
Text Example
White with #736FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FCA; }
p { color: rgb(115,111,202); }
H1.HeaderClassName
{
color: #736FCA;
}
.AnyTagClassName
{
color: #736FCA;
}
</style>
background-color css
<style>
a { background-color: #736FCA; }
a { background-color: rgb(115,111,202); }
div.DivClassName
{
background-color: #736FCA;
}
.BgClassName
{
background-color: #736FCA;
}
</style>
border-color css
<style>
span { border-color: #736FCA; }
span { border-color: rgb(115,111,202); }
td.TdClassName
{
border-color: #736FCA;
}
.TagClassName
{
border-color: #736FCA;
}
</style>