Shades of Rock Blue #909BAA
Tints of Rock Blue #909BAA
RGB
CMYK
RGB Variations
Color information
#909BAA (or 0x909BAA) is known color: Rock Blue. HEX triplet: 90, 9B and AA. RGB value is (144,155,170). Sum of RGB (Red+Green+Blue) = 144+155+170=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #909BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BAA is #6F6455. Grayscale: #999999. Windows color (decimal): -7300182 or 11180944. OLE color: 11180944.
HSL color Cylindrical-coordinate representation of color #909BAA: hue angle of 214.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909BAA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 155 | 170 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.33 |
| HSL | 214.62º | 0.13% | 0.62% | - |
| HSV(B) | 214.62º | 0.15% | 0.67% | - |
| XYZ | 30.48 | 32.27 | 42.65 | - |
| YUV | 153.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 170 | 0.15 | 0.09 | 0 | 0.33 | 214.62 | 0.13 | 0.62 |
| Hex | 90 | 9B | AA | F | 9 | 0 | 21 | D7 | D | 3E |
| Octal | 220 | 233 | 252 | 17 | 11 | 0 | 41 | 327 | 15 | 76 |
| Binary | 10010000 | 10011011 | 10101010 | 1111 | 1001 | 0 | 100001 | 11010111 | 1101 | 111110 |
Color Harmonies of #909BAA
Complementary color
Monochromatic Colors of #909BAA
Black with #909BAA
Text Example
Text Example
White with #909BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BAA; }
p { color: rgb(144,155,170); }
H1.HeaderClassName
{
color: #909BAA;
}
.AnyTagClassName
{
color: #909BAA;
}
</style>
background-color css
<style>
a { background-color: #909BAA; }
a { background-color: rgb(144,155,170); }
div.DivClassName
{
background-color: #909BAA;
}
.BgClassName
{
background-color: #909BAA;
}
</style>
border-color css
<style>
span { border-color: #909BAA; }
span { border-color: rgb(144,155,170); }
td.TdClassName
{
border-color: #909BAA;
}
.TagClassName
{
border-color: #909BAA;
}
</style>