Shades of Rock Blue #90A0B3
Tints of Rock Blue #90A0B3
RGB
CMYK
RGB Variations
Color information
#90A0B3 (or 0x90A0B3) is known color: Rock Blue. HEX triplet: 90, A0 and B3. RGB value is (144,160,179). Sum of RGB (Red+Green+Blue) = 144+160+179=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #90A0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0B3 is #6F5F4C. Grayscale: #9D9D9D. Windows color (decimal): -7298893 or 11772048. OLE color: 11772048.
HSL color Cylindrical-coordinate representation of color #90A0B3: hue angle of 212.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90A0B3 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 160 | 179 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.30 |
| HSL | 212.57º | 0.19% | 0.63% | - |
| HSV(B) | 212.57º | 0.2% | 0.7% | - |
| XYZ | 32.21 | 34.33 | 47.58 | - |
| YUV | 157.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 179 | 0.20 | 0.11 | 0 | 0.30 | 212.57 | 0.19 | 0.63 |
| Hex | 90 | A0 | B3 | 14 | B | 0 | 1E | D5 | 13 | 3F |
| Octal | 220 | 240 | 263 | 24 | 13 | 0 | 36 | 325 | 23 | 77 |
| Binary | 10010000 | 10100000 | 10110011 | 10100 | 1011 | 0 | 11110 | 11010101 | 10011 | 111111 |
Color Harmonies of #90A0B3
Complementary color
Monochromatic Colors of #90A0B3
Black with #90A0B3
Text Example
Text Example
White with #90A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0B3; }
p { color: rgb(144,160,179); }
H1.HeaderClassName
{
color: #90A0B3;
}
.AnyTagClassName
{
color: #90A0B3;
}
</style>
background-color css
<style>
a { background-color: #90A0B3; }
a { background-color: rgb(144,160,179); }
div.DivClassName
{
background-color: #90A0B3;
}
.BgClassName
{
background-color: #90A0B3;
}
</style>
border-color css
<style>
span { border-color: #90A0B3; }
span { border-color: rgb(144,160,179); }
td.TdClassName
{
border-color: #90A0B3;
}
.TagClassName
{
border-color: #90A0B3;
}
</style>