Shades of Rock Blue #909FB1
Tints of Rock Blue #909FB1
RGB
CMYK
RGB Variations
Color information
#909FB1 (or 0x909FB1) is known color: Rock Blue. HEX triplet: 90, 9F and B1. RGB value is (144,159,177). Sum of RGB (Red+Green+Blue) = 144+159+177=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #909FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FB1 is #6F604E. Grayscale: #9C9C9C. Windows color (decimal): -7299151 or 11640720. OLE color: 11640720.
HSL color Cylindrical-coordinate representation of color #909FB1: hue angle of 212.73º 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 #909FB1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 159 | 177 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.31 |
| HSL | 212.73º | 0.17% | 0.63% | - |
| HSV(B) | 212.73º | 0.19% | 0.69% | - |
| XYZ | 31.84 | 33.9 | 46.46 | - |
| YUV | 156.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 177 | 0.19 | 0.10 | 0 | 0.31 | 212.73 | 0.17 | 0.63 |
| Hex | 90 | 9F | B1 | 13 | A | 0 | 1F | D5 | 11 | 3F |
| Octal | 220 | 237 | 261 | 23 | 12 | 0 | 37 | 325 | 21 | 77 |
| Binary | 10010000 | 10011111 | 10110001 | 10011 | 1010 | 0 | 11111 | 11010101 | 10001 | 111111 |
Color Harmonies of #909FB1
Complementary color
Monochromatic Colors of #909FB1
Black with #909FB1
Text Example
Text Example
White with #909FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FB1; }
p { color: rgb(144,159,177); }
H1.HeaderClassName
{
color: #909FB1;
}
.AnyTagClassName
{
color: #909FB1;
}
</style>
background-color css
<style>
a { background-color: #909FB1; }
a { background-color: rgb(144,159,177); }
div.DivClassName
{
background-color: #909FB1;
}
.BgClassName
{
background-color: #909FB1;
}
</style>
border-color css
<style>
span { border-color: #909FB1; }
span { border-color: rgb(144,159,177); }
td.TdClassName
{
border-color: #909FB1;
}
.TagClassName
{
border-color: #909FB1;
}
</style>