Shades of Moody Blue #736FCF
Tints of Moody Blue #736FCF
RGB
CMYK
RGB Variations
Color information
#736FCF (or 0x736FCF) is known color: Moody Blue. HEX triplet: 73, 6F and CF. RGB value is (115,111,207). Sum of RGB (Red+Green+Blue) = 115+111+207=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #736FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736FCF is #8C9030. Grayscale: #7A7A7A. Windows color (decimal): -9211953 or 13594483. OLE color: 13594483.
HSL color Cylindrical-coordinate representation of color #736FCF: hue angle of 242.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #736FCF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 111 | 207 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.19 |
| HSL | 242.5º | 0.5% | 0.62% | - |
| HSV(B) | 242.5º | 0.46% | 0.81% | - |
| XYZ | 24.02 | 19.52 | 61.53 | - |
| YUV | 123.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 207 | 0.44 | 0.46 | 0 | 0.19 | 242.5 | 0.5 | 0.62 |
| Hex | 73 | 6F | CF | 2C | 2E | 0 | 13 | F2 | 32 | 3E |
| Octal | 163 | 157 | 317 | 54 | 56 | 0 | 23 | 362 | 62 | 76 |
| Binary | 1110011 | 1101111 | 11001111 | 101100 | 101110 | 0 | 10011 | 11110010 | 110010 | 111110 |
Color Harmonies of #736FCF
Complementary color
Monochromatic Colors of #736FCF
Black with #736FCF
Text Example
Text Example
White with #736FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FCF; }
p { color: rgb(115,111,207); }
H1.HeaderClassName
{
color: #736FCF;
}
.AnyTagClassName
{
color: #736FCF;
}
</style>
background-color css
<style>
a { background-color: #736FCF; }
a { background-color: rgb(115,111,207); }
div.DivClassName
{
background-color: #736FCF;
}
.BgClassName
{
background-color: #736FCF;
}
</style>
border-color css
<style>
span { border-color: #736FCF; }
span { border-color: rgb(115,111,207); }
td.TdClassName
{
border-color: #736FCF;
}
.TagClassName
{
border-color: #736FCF;
}
</style>