Shades of Rock Blue #9099BC
Tints of Rock Blue #9099BC
RGB
CMYK
RGB Variations
Color information
#9099BC (or 0x9099BC) is known color: Rock Blue. HEX triplet: 90, 99 and BC. RGB value is (144,153,188). Sum of RGB (Red+Green+Blue) = 144+153+188=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9099BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BC is #6F6643. Grayscale: #9A9A9A. Windows color (decimal): -7300676 or 12360080. OLE color: 12360080.
HSL color Cylindrical-coordinate representation of color #9099BC: hue angle of 227.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9099BC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 153 | 188 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.26 |
| HSL | 227.73º | 0.25% | 0.65% | - |
| HSV(B) | 227.73º | 0.23% | 0.74% | - |
| XYZ | 31.97 | 32.34 | 52.13 | - |
| YUV | 154.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 188 | 0.23 | 0.19 | 0 | 0.26 | 227.73 | 0.25 | 0.65 |
| Hex | 90 | 99 | BC | 17 | 13 | 0 | 1A | E4 | 19 | 41 |
| Octal | 220 | 231 | 274 | 27 | 23 | 0 | 32 | 344 | 31 | 101 |
| Binary | 10010000 | 10011001 | 10111100 | 10111 | 10011 | 0 | 11010 | 11100100 | 11001 | 1000001 |
Color Harmonies of #9099BC
Complementary color
Monochromatic Colors of #9099BC
Black with #9099BC
Text Example
Text Example
White with #9099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099BC; }
p { color: rgb(144,153,188); }
H1.HeaderClassName
{
color: #9099BC;
}
.AnyTagClassName
{
color: #9099BC;
}
</style>
background-color css
<style>
a { background-color: #9099BC; }
a { background-color: rgb(144,153,188); }
div.DivClassName
{
background-color: #9099BC;
}
.BgClassName
{
background-color: #9099BC;
}
</style>
border-color css
<style>
span { border-color: #9099BC; }
span { border-color: rgb(144,153,188); }
td.TdClassName
{
border-color: #9099BC;
}
.TagClassName
{
border-color: #9099BC;
}
</style>