Shades of Rock Blue #909BB3
Tints of Rock Blue #909BB3
RGB
CMYK
RGB Variations
Color information
#909BB3 (or 0x909BB3) is known color: Rock Blue. HEX triplet: 90, 9B and B3. RGB value is (144,155,179). Sum of RGB (Red+Green+Blue) = 144+155+179=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #909BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BB3 is #6F644C. Grayscale: #9A9A9A. Windows color (decimal): -7300173 or 11770768. OLE color: 11770768.
HSL color Cylindrical-coordinate representation of color #909BB3: hue angle of 221.14º 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 #909BB3 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 155 | 179 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.30 |
| HSL | 221.14º | 0.19% | 0.63% | - |
| HSV(B) | 221.14º | 0.2% | 0.7% | - |
| XYZ | 31.36 | 32.63 | 47.29 | - |
| YUV | 154.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 179 | 0.20 | 0.13 | 0 | 0.30 | 221.14 | 0.19 | 0.63 |
| Hex | 90 | 9B | B3 | 14 | D | 0 | 1E | DD | 13 | 3F |
| Octal | 220 | 233 | 263 | 24 | 15 | 0 | 36 | 335 | 23 | 77 |
| Binary | 10010000 | 10011011 | 10110011 | 10100 | 1101 | 0 | 11110 | 11011101 | 10011 | 111111 |
Color Harmonies of #909BB3
Complementary color
Monochromatic Colors of #909BB3
Black with #909BB3
Text Example
Text Example
White with #909BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BB3; }
p { color: rgb(144,155,179); }
H1.HeaderClassName
{
color: #909BB3;
}
.AnyTagClassName
{
color: #909BB3;
}
</style>
background-color css
<style>
a { background-color: #909BB3; }
a { background-color: rgb(144,155,179); }
div.DivClassName
{
background-color: #909BB3;
}
.BgClassName
{
background-color: #909BB3;
}
</style>
border-color css
<style>
span { border-color: #909BB3; }
span { border-color: rgb(144,155,179); }
td.TdClassName
{
border-color: #909BB3;
}
.TagClassName
{
border-color: #909BB3;
}
</style>