Shades of Rock Blue #909CBD
Tints of Rock Blue #909CBD
RGB
CMYK
RGB Variations
Color information
#909CBD (or 0x909CBD) is known color: Rock Blue. HEX triplet: 90, 9C and BD. RGB value is (144,156,189). Sum of RGB (Red+Green+Blue) = 144+156+189=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #909CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBD is #6F6342. Grayscale: #9C9C9C. Windows color (decimal): -7299907 or 12426384. OLE color: 12426384.
HSL color Cylindrical-coordinate representation of color #909CBD: hue angle of 224º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909CBD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 156 | 189 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.26 |
| HSL | 224º | 0.25% | 0.65% | - |
| HSV(B) | 224º | 0.24% | 0.74% | - |
| XYZ | 32.58 | 33.38 | 52.87 | - |
| YUV | 156.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 189 | 0.24 | 0.17 | 0 | 0.26 | 224 | 0.25 | 0.65 |
| Hex | 90 | 9C | BD | 18 | 11 | 0 | 1A | E0 | 19 | 41 |
| Octal | 220 | 234 | 275 | 30 | 21 | 0 | 32 | 340 | 31 | 101 |
| Binary | 10010000 | 10011100 | 10111101 | 11000 | 10001 | 0 | 11010 | 11100000 | 11001 | 1000001 |
Color Harmonies of #909CBD
Complementary color
Monochromatic Colors of #909CBD
Black with #909CBD
Text Example
Text Example
White with #909CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CBD; }
p { color: rgb(144,156,189); }
H1.HeaderClassName
{
color: #909CBD;
}
.AnyTagClassName
{
color: #909CBD;
}
</style>
background-color css
<style>
a { background-color: #909CBD; }
a { background-color: rgb(144,156,189); }
div.DivClassName
{
background-color: #909CBD;
}
.BgClassName
{
background-color: #909CBD;
}
</style>
border-color css
<style>
span { border-color: #909CBD; }
span { border-color: rgb(144,156,189); }
td.TdClassName
{
border-color: #909CBD;
}
.TagClassName
{
border-color: #909CBD;
}
</style>