Shades of Rock Blue #909FB9
Tints of Rock Blue #909FB9
RGB
CMYK
RGB Variations
Color information
#909FB9 (or 0x909FB9) is known color: Rock Blue. HEX triplet: 90, 9F and B9. RGB value is (144,159,185). Sum of RGB (Red+Green+Blue) = 144+159+185=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #909FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FB9 is #6F6046. Grayscale: #9D9D9D. Windows color (decimal): -7299143 or 12165008. OLE color: 12165008.
HSL color Cylindrical-coordinate representation of color #909FB9: hue angle of 218.05º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909FB9 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 159 | 185 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.27 |
| HSL | 218.05º | 0.23% | 0.65% | - |
| HSV(B) | 218.05º | 0.22% | 0.73% | - |
| XYZ | 32.66 | 34.23 | 50.78 | - |
| YUV | 157.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 185 | 0.22 | 0.14 | 0 | 0.27 | 218.05 | 0.23 | 0.65 |
| Hex | 90 | 9F | B9 | 16 | E | 0 | 1B | DA | 17 | 41 |
| Octal | 220 | 237 | 271 | 26 | 16 | 0 | 33 | 332 | 27 | 101 |
| Binary | 10010000 | 10011111 | 10111001 | 10110 | 1110 | 0 | 11011 | 11011010 | 10111 | 1000001 |
Color Harmonies of #909FB9
Complementary color
Monochromatic Colors of #909FB9
Black with #909FB9
Text Example
Text Example
White with #909FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FB9; }
p { color: rgb(144,159,185); }
H1.HeaderClassName
{
color: #909FB9;
}
.AnyTagClassName
{
color: #909FB9;
}
</style>
background-color css
<style>
a { background-color: #909FB9; }
a { background-color: rgb(144,159,185); }
div.DivClassName
{
background-color: #909FB9;
}
.BgClassName
{
background-color: #909FB9;
}
</style>
border-color css
<style>
span { border-color: #909FB9; }
span { border-color: rgb(144,159,185); }
td.TdClassName
{
border-color: #909FB9;
}
.TagClassName
{
border-color: #909FB9;
}
</style>