Shades of Rock Blue #9099B3
Tints of Rock Blue #9099B3
RGB
CMYK
RGB Variations
Color information
#9099B3 (or 0x9099B3) is known color: Rock Blue. HEX triplet: 90, 99 and B3. RGB value is (144,153,179). Sum of RGB (Red+Green+Blue) = 144+153+179=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #9099B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099B3 is #6F664C. Grayscale: #999999. Windows color (decimal): -7300685 or 11770256. OLE color: 11770256.
HSL color Cylindrical-coordinate representation of color #9099B3: hue angle of 224.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9099B3 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 153 | 179 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.30 |
| HSL | 224.57º | 0.19% | 0.63% | - |
| HSV(B) | 224.57º | 0.2% | 0.7% | - |
| XYZ | 31.03 | 31.97 | 47.18 | - |
| YUV | 153.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 179 | 0.20 | 0.15 | 0 | 0.30 | 224.57 | 0.19 | 0.63 |
| Hex | 90 | 99 | B3 | 14 | F | 0 | 1E | E1 | 13 | 3F |
| Octal | 220 | 231 | 263 | 24 | 17 | 0 | 36 | 341 | 23 | 77 |
| Binary | 10010000 | 10011001 | 10110011 | 10100 | 1111 | 0 | 11110 | 11100001 | 10011 | 111111 |
Color Harmonies of #9099B3
Complementary color
Monochromatic Colors of #9099B3
Black with #9099B3
Text Example
Text Example
White with #9099B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099B3; }
p { color: rgb(144,153,179); }
H1.HeaderClassName
{
color: #9099B3;
}
.AnyTagClassName
{
color: #9099B3;
}
</style>
background-color css
<style>
a { background-color: #9099B3; }
a { background-color: rgb(144,153,179); }
div.DivClassName
{
background-color: #9099B3;
}
.BgClassName
{
background-color: #9099B3;
}
</style>
border-color css
<style>
span { border-color: #9099B3; }
span { border-color: rgb(144,153,179); }
td.TdClassName
{
border-color: #9099B3;
}
.TagClassName
{
border-color: #9099B3;
}
</style>