Shades of Rock Blue #9099BD
Tints of Rock Blue #9099BD
RGB
CMYK
RGB Variations
Color information
#9099BD (or 0x9099BD) is known color: Rock Blue. HEX triplet: 90, 99 and BD. RGB value is (144,153,189). Sum of RGB (Red+Green+Blue) = 144+153+189=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #9099BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BD is #6F6642. Grayscale: #9A9A9A. Windows color (decimal): -7300675 or 12425616. OLE color: 12425616.
HSL color Cylindrical-coordinate representation of color #9099BD: hue angle of 228º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9099BD is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 153 | 189 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.26 |
| HSL | 228º | 0.25% | 0.65% | - |
| HSV(B) | 228º | 0.24% | 0.74% | - |
| XYZ | 32.08 | 32.39 | 52.7 | - |
| YUV | 154.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 189 | 0.24 | 0.19 | 0 | 0.26 | 228 | 0.25 | 0.65 |
| Hex | 90 | 99 | BD | 18 | 13 | 0 | 1A | E4 | 19 | 41 |
| Octal | 220 | 231 | 275 | 30 | 23 | 0 | 32 | 344 | 31 | 101 |
| Binary | 10010000 | 10011001 | 10111101 | 11000 | 10011 | 0 | 11010 | 11100100 | 11001 | 1000001 |
Color Harmonies of #9099BD
Complementary color
Monochromatic Colors of #9099BD
Black with #9099BD
Text Example
Text Example
White with #9099BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099BD; }
p { color: rgb(144,153,189); }
H1.HeaderClassName
{
color: #9099BD;
}
.AnyTagClassName
{
color: #9099BD;
}
</style>
background-color css
<style>
a { background-color: #9099BD; }
a { background-color: rgb(144,153,189); }
div.DivClassName
{
background-color: #9099BD;
}
.BgClassName
{
background-color: #9099BD;
}
</style>
border-color css
<style>
span { border-color: #9099BD; }
span { border-color: rgb(144,153,189); }
td.TdClassName
{
border-color: #9099BD;
}
.TagClassName
{
border-color: #9099BD;
}
</style>