Shades of Rock Blue #909BB5
Tints of Rock Blue #909BB5
RGB
CMYK
RGB Variations
Color information
#909BB5 (or 0x909BB5) is known color: Rock Blue. HEX triplet: 90, 9B and B5. RGB value is (144,155,181). Sum of RGB (Red+Green+Blue) = 144+155+181=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #909BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BB5 is #6F644A. Grayscale: #9A9A9A. Windows color (decimal): -7300171 or 11901840. OLE color: 11901840.
HSL color Cylindrical-coordinate representation of color #909BB5: hue angle of 222.16º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909BB5 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 155 | 181 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.29 |
| HSL | 222.16º | 0.2% | 0.64% | - |
| HSV(B) | 222.16º | 0.2% | 0.71% | - |
| XYZ | 31.56 | 32.71 | 48.37 | - |
| YUV | 154.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 181 | 0.20 | 0.14 | 0 | 0.29 | 222.16 | 0.2 | 0.64 |
| Hex | 90 | 9B | B5 | 14 | E | 0 | 1D | DE | 14 | 40 |
| Octal | 220 | 233 | 265 | 24 | 16 | 0 | 35 | 336 | 24 | 100 |
| Binary | 10010000 | 10011011 | 10110101 | 10100 | 1110 | 0 | 11101 | 11011110 | 10100 | 1000000 |
Color Harmonies of #909BB5
Complementary color
Monochromatic Colors of #909BB5
Black with #909BB5
Text Example
Text Example
White with #909BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BB5; }
p { color: rgb(144,155,181); }
H1.HeaderClassName
{
color: #909BB5;
}
.AnyTagClassName
{
color: #909BB5;
}
</style>
background-color css
<style>
a { background-color: #909BB5; }
a { background-color: rgb(144,155,181); }
div.DivClassName
{
background-color: #909BB5;
}
.BgClassName
{
background-color: #909BB5;
}
</style>
border-color css
<style>
span { border-color: #909BB5; }
span { border-color: rgb(144,155,181); }
td.TdClassName
{
border-color: #909BB5;
}
.TagClassName
{
border-color: #909BB5;
}
</style>