Shades of Rock Blue #909FBA
Tints of Rock Blue #909FBA
RGB
CMYK
RGB Variations
Color information
#909FBA (or 0x909FBA) is known color: Rock Blue. HEX triplet: 90, 9F and BA. RGB value is (144,159,186). Sum of RGB (Red+Green+Blue) = 144+159+186=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #909FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBA is #6F6045. Grayscale: #9D9D9D. Windows color (decimal): -7299142 or 12230544. OLE color: 12230544.
HSL color Cylindrical-coordinate representation of color #909FBA: hue angle of 218.57º degrees, saturation: 0.23, 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 #909FBA is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 159 | 186 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.27 |
| HSL | 218.57º | 0.23% | 0.65% | - |
| HSV(B) | 218.57º | 0.23% | 0.73% | - |
| XYZ | 32.76 | 34.27 | 51.34 | - |
| YUV | 157.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 186 | 0.23 | 0.15 | 0 | 0.27 | 218.57 | 0.23 | 0.65 |
| Hex | 90 | 9F | BA | 17 | F | 0 | 1B | DB | 17 | 41 |
| Octal | 220 | 237 | 272 | 27 | 17 | 0 | 33 | 333 | 27 | 101 |
| Binary | 10010000 | 10011111 | 10111010 | 10111 | 1111 | 0 | 11011 | 11011011 | 10111 | 1000001 |
Color Harmonies of #909FBA
Complementary color
Monochromatic Colors of #909FBA
Black with #909FBA
Text Example
Text Example
White with #909FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FBA; }
p { color: rgb(144,159,186); }
H1.HeaderClassName
{
color: #909FBA;
}
.AnyTagClassName
{
color: #909FBA;
}
</style>
background-color css
<style>
a { background-color: #909FBA; }
a { background-color: rgb(144,159,186); }
div.DivClassName
{
background-color: #909FBA;
}
.BgClassName
{
background-color: #909FBA;
}
</style>
border-color css
<style>
span { border-color: #909FBA; }
span { border-color: rgb(144,159,186); }
td.TdClassName
{
border-color: #909FBA;
}
.TagClassName
{
border-color: #909FBA;
}
</style>