Shades of Moody Blue #807BB3
Tints of Moody Blue #807BB3
RGB
CMYK
RGB Variations
Color information
#807BB3 (or 0x807BB3) is known color: Moody Blue. HEX triplet: 80, 7B and B3. RGB value is (128,123,179). Sum of RGB (Red+Green+Blue) = 128+123+179=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #807BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BB3 is #7F844C. Grayscale: #828282. Windows color (decimal): -8356941 or 11762560. OLE color: 11762560.
HSL color Cylindrical-coordinate representation of color #807BB3: hue angle of 245.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807BB3 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 123 | 179 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.30 |
| HSL | 245.36º | 0.27% | 0.59% | - |
| HSV(B) | 245.36º | 0.31% | 0.7% | - |
| XYZ | 24.12 | 22.01 | 45.62 | - |
| YUV | 130.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 179 | 0.28 | 0.31 | 0 | 0.30 | 245.36 | 0.27 | 0.59 |
| Hex | 80 | 7B | B3 | 1C | 1F | 0 | 1E | F5 | 1B | 3B |
| Octal | 200 | 173 | 263 | 34 | 37 | 0 | 36 | 365 | 33 | 73 |
| Binary | 10000000 | 1111011 | 10110011 | 11100 | 11111 | 0 | 11110 | 11110101 | 11011 | 111011 |
Color Harmonies of #807BB3
Complementary color
Monochromatic Colors of #807BB3
Black with #807BB3
Text Example
Text Example
White with #807BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BB3; }
p { color: rgb(128,123,179); }
H1.HeaderClassName
{
color: #807BB3;
}
.AnyTagClassName
{
color: #807BB3;
}
</style>
background-color css
<style>
a { background-color: #807BB3; }
a { background-color: rgb(128,123,179); }
div.DivClassName
{
background-color: #807BB3;
}
.BgClassName
{
background-color: #807BB3;
}
</style>
border-color css
<style>
span { border-color: #807BB3; }
span { border-color: rgb(128,123,179); }
td.TdClassName
{
border-color: #807BB3;
}
.TagClassName
{
border-color: #807BB3;
}
</style>