Shades of Rock Blue #909ABA
Tints of Rock Blue #909ABA
RGB
CMYK
RGB Variations
Color information
#909ABA (or 0x909ABA) is known color: Rock Blue. HEX triplet: 90, 9A and BA. RGB value is (144,154,186). Sum of RGB (Red+Green+Blue) = 144+154+186=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #909ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ABA is #6F6545. Grayscale: #9A9A9A. Windows color (decimal): -7300422 or 12229264. OLE color: 12229264.
HSL color Cylindrical-coordinate representation of color #909ABA: hue angle of 225.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909ABA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 154 | 186 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.27 |
| HSL | 225.71º | 0.23% | 0.65% | - |
| HSV(B) | 225.71º | 0.23% | 0.73% | - |
| XYZ | 31.92 | 32.59 | 51.06 | - |
| YUV | 154.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 186 | 0.23 | 0.17 | 0 | 0.27 | 225.71 | 0.23 | 0.65 |
| Hex | 90 | 9A | BA | 17 | 11 | 0 | 1B | E2 | 17 | 41 |
| Octal | 220 | 232 | 272 | 27 | 21 | 0 | 33 | 342 | 27 | 101 |
| Binary | 10010000 | 10011010 | 10111010 | 10111 | 10001 | 0 | 11011 | 11100010 | 10111 | 1000001 |
Color Harmonies of #909ABA
Complementary color
Monochromatic Colors of #909ABA
Black with #909ABA
Text Example
Text Example
White with #909ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ABA; }
p { color: rgb(144,154,186); }
H1.HeaderClassName
{
color: #909ABA;
}
.AnyTagClassName
{
color: #909ABA;
}
</style>
background-color css
<style>
a { background-color: #909ABA; }
a { background-color: rgb(144,154,186); }
div.DivClassName
{
background-color: #909ABA;
}
.BgClassName
{
background-color: #909ABA;
}
</style>
border-color css
<style>
span { border-color: #909ABA; }
span { border-color: rgb(144,154,186); }
td.TdClassName
{
border-color: #909ABA;
}
.TagClassName
{
border-color: #909ABA;
}
</style>