Shades of Rock Blue #90A4BD
Tints of Rock Blue #90A4BD
RGB
CMYK
RGB Variations
Color information
#90A4BD (or 0x90A4BD) is known color: Rock Blue. HEX triplet: 90, A4 and BD. RGB value is (144,164,189). Sum of RGB (Red+Green+Blue) = 144+164+189=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #90A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4BD is #6F5B42. Grayscale: #A0A0A0. Windows color (decimal): -7297859 or 12428432. OLE color: 12428432.
HSL color Cylindrical-coordinate representation of color #90A4BD: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A4BD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 164 | 189 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.26 |
| HSL | 213.33º | 0.25% | 0.65% | - |
| HSV(B) | 213.33º | 0.24% | 0.74% | - |
| XYZ | 33.96 | 36.15 | 53.33 | - |
| YUV | 160.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 189 | 0.24 | 0.13 | 0 | 0.26 | 213.33 | 0.25 | 0.65 |
| Hex | 90 | A4 | BD | 18 | D | 0 | 1A | D5 | 19 | 41 |
| Octal | 220 | 244 | 275 | 30 | 15 | 0 | 32 | 325 | 31 | 101 |
| Binary | 10010000 | 10100100 | 10111101 | 11000 | 1101 | 0 | 11010 | 11010101 | 11001 | 1000001 |
Color Harmonies of #90A4BD
Complementary color
Monochromatic Colors of #90A4BD
Black with #90A4BD
Text Example
Text Example
White with #90A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A4BD; }
p { color: rgb(144,164,189); }
H1.HeaderClassName
{
color: #90A4BD;
}
.AnyTagClassName
{
color: #90A4BD;
}
</style>
background-color css
<style>
a { background-color: #90A4BD; }
a { background-color: rgb(144,164,189); }
div.DivClassName
{
background-color: #90A4BD;
}
.BgClassName
{
background-color: #90A4BD;
}
</style>
border-color css
<style>
span { border-color: #90A4BD; }
span { border-color: rgb(144,164,189); }
td.TdClassName
{
border-color: #90A4BD;
}
.TagClassName
{
border-color: #90A4BD;
}
</style>