Shades of Rock Blue #909AB7
Tints of Rock Blue #909AB7
RGB
CMYK
RGB Variations
Color information
#909AB7 (or 0x909AB7) is known color: Rock Blue. HEX triplet: 90, 9A and B7. RGB value is (144,154,183). Sum of RGB (Red+Green+Blue) = 144+154+183=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #909AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909AB7 is #6F6548. Grayscale: #9A9A9A. Windows color (decimal): -7300425 or 12032656. OLE color: 12032656.
HSL color Cylindrical-coordinate representation of color #909AB7: hue angle of 224.62º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909AB7 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 154 | 183 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.28 |
| HSL | 224.62º | 0.21% | 0.64% | - |
| HSV(B) | 224.62º | 0.21% | 0.72% | - |
| XYZ | 31.6 | 32.46 | 49.4 | - |
| YUV | 154.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 183 | 0.21 | 0.16 | 0 | 0.28 | 224.62 | 0.21 | 0.64 |
| Hex | 90 | 9A | B7 | 15 | 10 | 0 | 1C | E1 | 15 | 40 |
| Octal | 220 | 232 | 267 | 25 | 20 | 0 | 34 | 341 | 25 | 100 |
| Binary | 10010000 | 10011010 | 10110111 | 10101 | 10000 | 0 | 11100 | 11100001 | 10101 | 1000000 |
Color Harmonies of #909AB7
Complementary color
Monochromatic Colors of #909AB7
Black with #909AB7
Text Example
Text Example
White with #909AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AB7; }
p { color: rgb(144,154,183); }
H1.HeaderClassName
{
color: #909AB7;
}
.AnyTagClassName
{
color: #909AB7;
}
</style>
background-color css
<style>
a { background-color: #909AB7; }
a { background-color: rgb(144,154,183); }
div.DivClassName
{
background-color: #909AB7;
}
.BgClassName
{
background-color: #909AB7;
}
</style>
border-color css
<style>
span { border-color: #909AB7; }
span { border-color: rgb(144,154,183); }
td.TdClassName
{
border-color: #909AB7;
}
.TagClassName
{
border-color: #909AB7;
}
</style>