Shades of Moody Blue #9088CB
Tints of Moody Blue #9088CB
RGB
CMYK
RGB Variations
Color information
#9088CB (or 0x9088CB) is known color: Moody Blue. HEX triplet: 90, 88 and CB. RGB value is (144,136,203). Sum of RGB (Red+Green+Blue) = 144+136+203=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9088CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088CB is #6F7734. Grayscale: #919191. Windows color (decimal): -7305013 or 13338768. OLE color: 13338768.
HSL color Cylindrical-coordinate representation of color #9088CB: hue angle of 247.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9088CB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 136 | 203 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.20 |
| HSL | 247.16º | 0.39% | 0.66% | - |
| HSV(B) | 247.16º | 0.33% | 0.8% | - |
| XYZ | 31.09 | 27.85 | 60.24 | - |
| YUV | 146.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 203 | 0.29 | 0.33 | 0 | 0.20 | 247.16 | 0.39 | 0.66 |
| Hex | 90 | 88 | CB | 1D | 21 | 0 | 14 | F7 | 27 | 42 |
| Octal | 220 | 210 | 313 | 35 | 41 | 0 | 24 | 367 | 47 | 102 |
| Binary | 10010000 | 10001000 | 11001011 | 11101 | 100001 | 0 | 10100 | 11110111 | 100111 | 1000010 |
Color Harmonies of #9088CB
Complementary color
Monochromatic Colors of #9088CB
Black with #9088CB
Text Example
Text Example
White with #9088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9088CB; }
p { color: rgb(144,136,203); }
H1.HeaderClassName
{
color: #9088CB;
}
.AnyTagClassName
{
color: #9088CB;
}
</style>
background-color css
<style>
a { background-color: #9088CB; }
a { background-color: rgb(144,136,203); }
div.DivClassName
{
background-color: #9088CB;
}
.BgClassName
{
background-color: #9088CB;
}
</style>
border-color css
<style>
span { border-color: #9088CB; }
span { border-color: rgb(144,136,203); }
td.TdClassName
{
border-color: #9088CB;
}
.TagClassName
{
border-color: #9088CB;
}
</style>