Shades of Rock Blue #909DBC
Tints of Rock Blue #909DBC
RGB
CMYK
RGB Variations
Color information
#909DBC (or 0x909DBC) is known color: Rock Blue. HEX triplet: 90, 9D and BC. RGB value is (144,157,188). Sum of RGB (Red+Green+Blue) = 144+157+188=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #909DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBC is #6F6243. Grayscale: #9C9C9C. Windows color (decimal): -7299652 or 12361104. OLE color: 12361104.
HSL color Cylindrical-coordinate representation of color #909DBC: hue angle of 222.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909DBC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 157 | 188 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.26 |
| HSL | 222.27º | 0.25% | 0.65% | - |
| HSV(B) | 222.27º | 0.23% | 0.74% | - |
| XYZ | 32.64 | 33.67 | 52.36 | - |
| YUV | 156.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 188 | 0.23 | 0.16 | 0 | 0.26 | 222.27 | 0.25 | 0.65 |
| Hex | 90 | 9D | BC | 17 | 10 | 0 | 1A | DE | 19 | 41 |
| Octal | 220 | 235 | 274 | 27 | 20 | 0 | 32 | 336 | 31 | 101 |
| Binary | 10010000 | 10011101 | 10111100 | 10111 | 10000 | 0 | 11010 | 11011110 | 11001 | 1000001 |
Color Harmonies of #909DBC
Complementary color
Monochromatic Colors of #909DBC
Black with #909DBC
Text Example
Text Example
White with #909DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DBC; }
p { color: rgb(144,157,188); }
H1.HeaderClassName
{
color: #909DBC;
}
.AnyTagClassName
{
color: #909DBC;
}
</style>
background-color css
<style>
a { background-color: #909DBC; }
a { background-color: rgb(144,157,188); }
div.DivClassName
{
background-color: #909DBC;
}
.BgClassName
{
background-color: #909DBC;
}
</style>
border-color css
<style>
span { border-color: #909DBC; }
span { border-color: rgb(144,157,188); }
td.TdClassName
{
border-color: #909DBC;
}
.TagClassName
{
border-color: #909DBC;
}
</style>