Shades of Moody Blue #8481CF
Tints of Moody Blue #8481CF
RGB
CMYK
RGB Variations
Color information
#8481CF (or 0x8481CF) is known color: Moody Blue. HEX triplet: 84, 81 and CF. RGB value is (132,129,207). Sum of RGB (Red+Green+Blue) = 132+129+207=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #8481CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481CF is #7B7E30. Grayscale: #8A8A8A. Windows color (decimal): -8093233 or 13599108. OLE color: 13599108.
HSL color Cylindrical-coordinate representation of color #8481CF: hue angle of 242.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8481CF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 129 | 207 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.19 |
| HSL | 242.31º | 0.45% | 0.66% | - |
| HSV(B) | 242.31º | 0.38% | 0.81% | - |
| XYZ | 28.63 | 25.11 | 62.37 | - |
| YUV | 138.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 207 | 0.36 | 0.38 | 0 | 0.19 | 242.31 | 0.45 | 0.66 |
| Hex | 84 | 81 | CF | 24 | 26 | 0 | 13 | F2 | 2D | 42 |
| Octal | 204 | 201 | 317 | 44 | 46 | 0 | 23 | 362 | 55 | 102 |
| Binary | 10000100 | 10000001 | 11001111 | 100100 | 100110 | 0 | 10011 | 11110010 | 101101 | 1000010 |
Color Harmonies of #8481CF
Complementary color
Monochromatic Colors of #8481CF
Black with #8481CF
Text Example
Text Example
White with #8481CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481CF; }
p { color: rgb(132,129,207); }
H1.HeaderClassName
{
color: #8481CF;
}
.AnyTagClassName
{
color: #8481CF;
}
</style>
background-color css
<style>
a { background-color: #8481CF; }
a { background-color: rgb(132,129,207); }
div.DivClassName
{
background-color: #8481CF;
}
.BgClassName
{
background-color: #8481CF;
}
</style>
border-color css
<style>
span { border-color: #8481CF; }
span { border-color: rgb(132,129,207); }
td.TdClassName
{
border-color: #8481CF;
}
.TagClassName
{
border-color: #8481CF;
}
</style>