Shades of Rock Blue #9099BA
Tints of Rock Blue #9099BA
RGB
CMYK
RGB Variations
Color information
#9099BA (or 0x9099BA) is known color: Rock Blue. HEX triplet: 90, 99 and BA. RGB value is (144,153,186). Sum of RGB (Red+Green+Blue) = 144+153+186=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9099BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BA is #6F6645. Grayscale: #999999. Windows color (decimal): -7300678 or 12229008. OLE color: 12229008.
HSL color Cylindrical-coordinate representation of color #9099BA: hue angle of 227.14º 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 #9099BA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 153 | 186 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.27 |
| HSL | 227.14º | 0.23% | 0.65% | - |
| HSV(B) | 227.14º | 0.23% | 0.73% | - |
| XYZ | 31.76 | 32.26 | 51.01 | - |
| YUV | 154.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 186 | 0.23 | 0.18 | 0 | 0.27 | 227.14 | 0.23 | 0.65 |
| Hex | 90 | 99 | BA | 17 | 12 | 0 | 1B | E3 | 17 | 41 |
| Octal | 220 | 231 | 272 | 27 | 22 | 0 | 33 | 343 | 27 | 101 |
| Binary | 10010000 | 10011001 | 10111010 | 10111 | 10010 | 0 | 11011 | 11100011 | 10111 | 1000001 |
Color Harmonies of #9099BA
Complementary color
Monochromatic Colors of #9099BA
Black with #9099BA
Text Example
Text Example
White with #9099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099BA; }
p { color: rgb(144,153,186); }
H1.HeaderClassName
{
color: #9099BA;
}
.AnyTagClassName
{
color: #9099BA;
}
</style>
background-color css
<style>
a { background-color: #9099BA; }
a { background-color: rgb(144,153,186); }
div.DivClassName
{
background-color: #9099BA;
}
.BgClassName
{
background-color: #9099BA;
}
</style>
border-color css
<style>
span { border-color: #9099BA; }
span { border-color: rgb(144,153,186); }
td.TdClassName
{
border-color: #9099BA;
}
.TagClassName
{
border-color: #9099BA;
}
</style>