Shades of Rock Blue #909FB7
Tints of Rock Blue #909FB7
RGB
CMYK
RGB Variations
Color information
#909FB7 (or 0x909FB7) is known color: Rock Blue. HEX triplet: 90, 9F and B7. RGB value is (144,159,183). Sum of RGB (Red+Green+Blue) = 144+159+183=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #909FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FB7 is #6F6048. Grayscale: #9D9D9D. Windows color (decimal): -7299145 or 12033936. OLE color: 12033936.
HSL color Cylindrical-coordinate representation of color #909FB7: hue angle of 216.92º 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 #909FB7 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 159 | 183 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.28 |
| HSL | 216.92º | 0.21% | 0.64% | - |
| HSV(B) | 216.92º | 0.21% | 0.72% | - |
| XYZ | 32.45 | 34.14 | 49.68 | - |
| YUV | 157.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 183 | 0.21 | 0.13 | 0 | 0.28 | 216.92 | 0.21 | 0.64 |
| Hex | 90 | 9F | B7 | 15 | D | 0 | 1C | D9 | 15 | 40 |
| Octal | 220 | 237 | 267 | 25 | 15 | 0 | 34 | 331 | 25 | 100 |
| Binary | 10010000 | 10011111 | 10110111 | 10101 | 1101 | 0 | 11100 | 11011001 | 10101 | 1000000 |
Color Harmonies of #909FB7
Complementary color
Monochromatic Colors of #909FB7
Black with #909FB7
Text Example
Text Example
White with #909FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FB7; }
p { color: rgb(144,159,183); }
H1.HeaderClassName
{
color: #909FB7;
}
.AnyTagClassName
{
color: #909FB7;
}
</style>
background-color css
<style>
a { background-color: #909FB7; }
a { background-color: rgb(144,159,183); }
div.DivClassName
{
background-color: #909FB7;
}
.BgClassName
{
background-color: #909FB7;
}
</style>
border-color css
<style>
span { border-color: #909FB7; }
span { border-color: rgb(144,159,183); }
td.TdClassName
{
border-color: #909FB7;
}
.TagClassName
{
border-color: #909FB7;
}
</style>