Shades of Moody Blue #898AC4
Tints of Moody Blue #898AC4
RGB
CMYK
RGB Variations
Color information
#898AC4 (or 0x898AC4) is known color: Moody Blue. HEX triplet: 89, 8A and C4. RGB value is (137,138,196). Sum of RGB (Red+Green+Blue) = 137+138+196=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #898AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AC4 is #76753B. Grayscale: #909090. Windows color (decimal): -7763260 or 12880521. OLE color: 12880521.
HSL color Cylindrical-coordinate representation of color #898AC4: hue angle of 238.98º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898AC4 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 137 | 138 | 196 | - |
CMYK | 0.30 | 0.30 | 0 | 0.23 |
HSL | 238.98º | 0.33% | 0.65% | - |
HSV(B) | 238.98º | 0.3% | 0.77% | - |
XYZ | 29.37 | 27.48 | 55.98 | - |
YUV | 144.31 | 157.17 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 138 | 196 | 0.30 | 0.30 | 0 | 0.23 | 238.98 | 0.33 | 0.65 |
Hex | 89 | 8A | C4 | 1E | 1E | 0 | 17 | EF | 21 | 41 |
Octal | 211 | 212 | 304 | 36 | 36 | 0 | 27 | 357 | 41 | 101 |
Binary | 10001001 | 10001010 | 11000100 | 11110 | 11110 | 0 | 10111 | 11101111 | 100001 | 1000001 |
Color Harmonies of #898AC4
Complementary color
Monochromatic Colors of #898AC4
Black with #898AC4
Text Example
Text Example
White with #898AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898AC4; }
p { color: rgb(137,138,196); }
H1.HeaderClassName
{
color: #898AC4;
}
.AnyTagClassName
{
color: #898AC4;
}
</style>
background-color css
<style>
a { background-color: #898AC4; }
a { background-color: rgb(137,138,196); }
div.DivClassName
{
background-color: #898AC4;
}
.BgClassName
{
background-color: #898AC4;
}
</style>
border-color css
<style>
span { border-color: #898AC4; }
span { border-color: rgb(137,138,196); }
td.TdClassName
{
border-color: #898AC4;
}
.TagClassName
{
border-color: #898AC4;
}
</style>