Shades of Rock Blue #909CBA
Tints of Rock Blue #909CBA
RGB
CMYK
RGB Variations
Color information
#909CBA (or 0x909CBA) is known color: Rock Blue. HEX triplet: 90, 9C and BA. RGB value is (144,156,186). Sum of RGB (Red+Green+Blue) = 144+156+186=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #909CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBA is #6F6345. Grayscale: #9B9B9B. Windows color (decimal): -7299910 or 12229776. OLE color: 12229776.
HSL color Cylindrical-coordinate representation of color #909CBA: hue angle of 222.86º 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 #909CBA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 156 | 186 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.27 |
| HSL | 222.86º | 0.23% | 0.65% | - |
| HSV(B) | 222.86º | 0.23% | 0.73% | - |
| XYZ | 32.25 | 33.25 | 51.17 | - |
| YUV | 155.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 186 | 0.23 | 0.16 | 0 | 0.27 | 222.86 | 0.23 | 0.65 |
| Hex | 90 | 9C | BA | 17 | 10 | 0 | 1B | DF | 17 | 41 |
| Octal | 220 | 234 | 272 | 27 | 20 | 0 | 33 | 337 | 27 | 101 |
| Binary | 10010000 | 10011100 | 10111010 | 10111 | 10000 | 0 | 11011 | 11011111 | 10111 | 1000001 |
Color Harmonies of #909CBA
Complementary color
Monochromatic Colors of #909CBA
Black with #909CBA
Text Example
Text Example
White with #909CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CBA; }
p { color: rgb(144,156,186); }
H1.HeaderClassName
{
color: #909CBA;
}
.AnyTagClassName
{
color: #909CBA;
}
</style>
background-color css
<style>
a { background-color: #909CBA; }
a { background-color: rgb(144,156,186); }
div.DivClassName
{
background-color: #909CBA;
}
.BgClassName
{
background-color: #909CBA;
}
</style>
border-color css
<style>
span { border-color: #909CBA; }
span { border-color: rgb(144,156,186); }
td.TdClassName
{
border-color: #909CBA;
}
.TagClassName
{
border-color: #909CBA;
}
</style>