Shades of Rock Blue #90A0B5
Tints of Rock Blue #90A0B5
RGB
CMYK
RGB Variations
Color information
#90A0B5 (or 0x90A0B5) is known color: Rock Blue. HEX triplet: 90, A0 and B5. RGB value is (144,160,181). Sum of RGB (Red+Green+Blue) = 144+160+181=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #90A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0B5 is #6F5F4A. Grayscale: #9D9D9D. Windows color (decimal): -7298891 or 11903120. OLE color: 11903120.
HSL color Cylindrical-coordinate representation of color #90A0B5: hue angle of 214.05º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90A0B5 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 160 | 181 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.29 |
| HSL | 214.05º | 0.2% | 0.64% | - |
| HSV(B) | 214.05º | 0.2% | 0.71% | - |
| XYZ | 32.41 | 34.41 | 48.65 | - |
| YUV | 157.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 181 | 0.20 | 0.12 | 0 | 0.29 | 214.05 | 0.2 | 0.64 |
| Hex | 90 | A0 | B5 | 14 | C | 0 | 1D | D6 | 14 | 40 |
| Octal | 220 | 240 | 265 | 24 | 14 | 0 | 35 | 326 | 24 | 100 |
| Binary | 10010000 | 10100000 | 10110101 | 10100 | 1100 | 0 | 11101 | 11010110 | 10100 | 1000000 |
Color Harmonies of #90A0B5
Complementary color
Monochromatic Colors of #90A0B5
Black with #90A0B5
Text Example
Text Example
White with #90A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0B5; }
p { color: rgb(144,160,181); }
H1.HeaderClassName
{
color: #90A0B5;
}
.AnyTagClassName
{
color: #90A0B5;
}
</style>
background-color css
<style>
a { background-color: #90A0B5; }
a { background-color: rgb(144,160,181); }
div.DivClassName
{
background-color: #90A0B5;
}
.BgClassName
{
background-color: #90A0B5;
}
</style>
border-color css
<style>
span { border-color: #90A0B5; }
span { border-color: rgb(144,160,181); }
td.TdClassName
{
border-color: #90A0B5;
}
.TagClassName
{
border-color: #90A0B5;
}
</style>