Shades of Moody Blue #8177CF
Tints of Moody Blue #8177CF
RGB
CMYK
RGB Variations
Color information
#8177CF (or 0x8177CF) is known color: Moody Blue. HEX triplet: 81, 77 and CF. RGB value is (129,119,207). Sum of RGB (Red+Green+Blue) = 129+119+207=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8177CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177CF is #7E8830. Grayscale: #838383. Windows color (decimal): -8292401 or 13596545. OLE color: 13596545.
HSL color Cylindrical-coordinate representation of color #8177CF: hue angle of 246.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8177CF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 119 | 207 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.19 |
| HSL | 246.82º | 0.48% | 0.64% | - |
| HSV(B) | 246.82º | 0.43% | 0.81% | - |
| XYZ | 26.91 | 22.37 | 61.93 | - |
| YUV | 132.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 207 | 0.38 | 0.43 | 0 | 0.19 | 246.82 | 0.48 | 0.64 |
| Hex | 81 | 77 | CF | 26 | 2B | 0 | 13 | F7 | 30 | 40 |
| Octal | 201 | 167 | 317 | 46 | 53 | 0 | 23 | 367 | 60 | 100 |
| Binary | 10000001 | 1110111 | 11001111 | 100110 | 101011 | 0 | 10011 | 11110111 | 110000 | 1000000 |
Color Harmonies of #8177CF
Complementary color
Monochromatic Colors of #8177CF
Black with #8177CF
Text Example
Text Example
White with #8177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177CF; }
p { color: rgb(129,119,207); }
H1.HeaderClassName
{
color: #8177CF;
}
.AnyTagClassName
{
color: #8177CF;
}
</style>
background-color css
<style>
a { background-color: #8177CF; }
a { background-color: rgb(129,119,207); }
div.DivClassName
{
background-color: #8177CF;
}
.BgClassName
{
background-color: #8177CF;
}
</style>
border-color css
<style>
span { border-color: #8177CF; }
span { border-color: rgb(129,119,207); }
td.TdClassName
{
border-color: #8177CF;
}
.TagClassName
{
border-color: #8177CF;
}
</style>