Shades of Rock Blue #909AAC
Tints of Rock Blue #909AAC
RGB
CMYK
RGB Variations
Color information
#909AAC (or 0x909AAC) is known color: Rock Blue. HEX triplet: 90, 9A and AC. RGB value is (144,154,172). Sum of RGB (Red+Green+Blue) = 144+154+172=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #909AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAC is #6F6553. Grayscale: #989898. Windows color (decimal): -7300436 or 11311760. OLE color: 11311760.
HSL color Cylindrical-coordinate representation of color #909AAC: hue angle of 218.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909AAC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 154 | 172 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.33 |
| HSL | 218.57º | 0.14% | 0.62% | - |
| HSV(B) | 218.57º | 0.16% | 0.67% | - |
| XYZ | 30.5 | 32.02 | 43.6 | - |
| YUV | 153.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 172 | 0.16 | 0.10 | 0 | 0.33 | 218.57 | 0.14 | 0.62 |
| Hex | 90 | 9A | AC | 10 | A | 0 | 21 | DB | E | 3E |
| Octal | 220 | 232 | 254 | 20 | 12 | 0 | 41 | 333 | 16 | 76 |
| Binary | 10010000 | 10011010 | 10101100 | 10000 | 1010 | 0 | 100001 | 11011011 | 1110 | 111110 |
Color Harmonies of #909AAC
Complementary color
Monochromatic Colors of #909AAC
Black with #909AAC
Text Example
Text Example
White with #909AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AAC; }
p { color: rgb(144,154,172); }
H1.HeaderClassName
{
color: #909AAC;
}
.AnyTagClassName
{
color: #909AAC;
}
</style>
background-color css
<style>
a { background-color: #909AAC; }
a { background-color: rgb(144,154,172); }
div.DivClassName
{
background-color: #909AAC;
}
.BgClassName
{
background-color: #909AAC;
}
</style>
border-color css
<style>
span { border-color: #909AAC; }
span { border-color: rgb(144,154,172); }
td.TdClassName
{
border-color: #909AAC;
}
.TagClassName
{
border-color: #909AAC;
}
</style>