Shades of Rock Blue #909DBB
Tints of Rock Blue #909DBB
RGB
CMYK
RGB Variations
Color information
#909DBB (or 0x909DBB) is known color: Rock Blue. HEX triplet: 90, 9D and BB. RGB value is (144,157,187). Sum of RGB (Red+Green+Blue) = 144+157+187=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #909DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBB is #6F6244. Grayscale: #9C9C9C. Windows color (decimal): -7299653 or 12295568. OLE color: 12295568.
HSL color Cylindrical-coordinate representation of color #909DBB: hue angle of 221.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909DBB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 157 | 187 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.27 |
| HSL | 221.86º | 0.24% | 0.65% | - |
| HSV(B) | 221.86º | 0.23% | 0.73% | - |
| XYZ | 32.53 | 33.63 | 51.79 | - |
| YUV | 156.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 187 | 0.23 | 0.16 | 0 | 0.27 | 221.86 | 0.24 | 0.65 |
| Hex | 90 | 9D | BB | 17 | 10 | 0 | 1B | DE | 18 | 41 |
| Octal | 220 | 235 | 273 | 27 | 20 | 0 | 33 | 336 | 30 | 101 |
| Binary | 10010000 | 10011101 | 10111011 | 10111 | 10000 | 0 | 11011 | 11011110 | 11000 | 1000001 |
Color Harmonies of #909DBB
Complementary color
Monochromatic Colors of #909DBB
Black with #909DBB
Text Example
Text Example
White with #909DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DBB; }
p { color: rgb(144,157,187); }
H1.HeaderClassName
{
color: #909DBB;
}
.AnyTagClassName
{
color: #909DBB;
}
</style>
background-color css
<style>
a { background-color: #909DBB; }
a { background-color: rgb(144,157,187); }
div.DivClassName
{
background-color: #909DBB;
}
.BgClassName
{
background-color: #909DBB;
}
</style>
border-color css
<style>
span { border-color: #909DBB; }
span { border-color: rgb(144,157,187); }
td.TdClassName
{
border-color: #909DBB;
}
.TagClassName
{
border-color: #909DBB;
}
</style>