Shades of Rock Blue #9099B1
Tints of Rock Blue #9099B1
RGB
CMYK
RGB Variations
Color information
#9099B1 (or 0x9099B1) is known color: Rock Blue. HEX triplet: 90, 99 and B1. RGB value is (144,153,177). Sum of RGB (Red+Green+Blue) = 144+153+177=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #9099B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099B1 is #6F664E. Grayscale: #989898. Windows color (decimal): -7300687 or 11639184. OLE color: 11639184.
HSL color Cylindrical-coordinate representation of color #9099B1: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9099B1 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 153 | 177 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.31 |
| HSL | 223.64º | 0.17% | 0.63% | - |
| HSV(B) | 223.64º | 0.19% | 0.69% | - |
| XYZ | 30.83 | 31.89 | 46.12 | - |
| YUV | 153.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 177 | 0.19 | 0.14 | 0 | 0.31 | 223.64 | 0.17 | 0.63 |
| Hex | 90 | 99 | B1 | 13 | E | 0 | 1F | E0 | 11 | 3F |
| Octal | 220 | 231 | 261 | 23 | 16 | 0 | 37 | 340 | 21 | 77 |
| Binary | 10010000 | 10011001 | 10110001 | 10011 | 1110 | 0 | 11111 | 11100000 | 10001 | 111111 |
Color Harmonies of #9099B1
Complementary color
Monochromatic Colors of #9099B1
Black with #9099B1
Text Example
Text Example
White with #9099B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099B1; }
p { color: rgb(144,153,177); }
H1.HeaderClassName
{
color: #9099B1;
}
.AnyTagClassName
{
color: #9099B1;
}
</style>
background-color css
<style>
a { background-color: #9099B1; }
a { background-color: rgb(144,153,177); }
div.DivClassName
{
background-color: #9099B1;
}
.BgClassName
{
background-color: #9099B1;
}
</style>
border-color css
<style>
span { border-color: #9099B1; }
span { border-color: rgb(144,153,177); }
td.TdClassName
{
border-color: #9099B1;
}
.TagClassName
{
border-color: #9099B1;
}
</style>