Shades of Rock Blue #909CB0
Tints of Rock Blue #909CB0
RGB
CMYK
RGB Variations
Color information
#909CB0 (or 0x909CB0) is known color: Rock Blue. HEX triplet: 90, 9C and B0. RGB value is (144,156,176). Sum of RGB (Red+Green+Blue) = 144+156+176=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #909CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CB0 is #6F634F. Grayscale: #9A9A9A. Windows color (decimal): -7299920 or 11574416. OLE color: 11574416.
HSL color Cylindrical-coordinate representation of color #909CB0: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909CB0 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 156 | 176 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.31 |
| HSL | 217.5º | 0.17% | 0.63% | - |
| HSV(B) | 217.5º | 0.18% | 0.69% | - |
| XYZ | 31.23 | 32.84 | 45.77 | - |
| YUV | 154.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 176 | 0.18 | 0.11 | 0 | 0.31 | 217.5 | 0.17 | 0.63 |
| Hex | 90 | 9C | B0 | 12 | B | 0 | 1F | DA | 11 | 3F |
| Octal | 220 | 234 | 260 | 22 | 13 | 0 | 37 | 332 | 21 | 77 |
| Binary | 10010000 | 10011100 | 10110000 | 10010 | 1011 | 0 | 11111 | 11011010 | 10001 | 111111 |
Color Harmonies of #909CB0
Complementary color
Monochromatic Colors of #909CB0
Black with #909CB0
Text Example
Text Example
White with #909CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CB0; }
p { color: rgb(144,156,176); }
H1.HeaderClassName
{
color: #909CB0;
}
.AnyTagClassName
{
color: #909CB0;
}
</style>
background-color css
<style>
a { background-color: #909CB0; }
a { background-color: rgb(144,156,176); }
div.DivClassName
{
background-color: #909CB0;
}
.BgClassName
{
background-color: #909CB0;
}
</style>
border-color css
<style>
span { border-color: #909CB0; }
span { border-color: rgb(144,156,176); }
td.TdClassName
{
border-color: #909CB0;
}
.TagClassName
{
border-color: #909CB0;
}
</style>