Shades of Rock Blue #909FBF
Tints of Rock Blue #909FBF
RGB
CMYK
RGB Variations
Color information
#909FBF (or 0x909FBF) is known color: Rock Blue. HEX triplet: 90, 9F and BF. RGB value is (144,159,191). Sum of RGB (Red+Green+Blue) = 144+159+191=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #909FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBF is #6F6040. Grayscale: #9E9E9E. Windows color (decimal): -7299137 or 12558224. OLE color: 12558224.
HSL color Cylindrical-coordinate representation of color #909FBF: hue angle of 220.85º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909FBF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 159 | 191 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.25 |
| HSL | 220.85º | 0.27% | 0.66% | - |
| HSV(B) | 220.85º | 0.25% | 0.75% | - |
| XYZ | 33.3 | 34.49 | 54.19 | - |
| YUV | 158.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 191 | 0.25 | 0.17 | 0 | 0.25 | 220.85 | 0.27 | 0.66 |
| Hex | 90 | 9F | BF | 19 | 11 | 0 | 19 | DD | 1B | 42 |
| Octal | 220 | 237 | 277 | 31 | 21 | 0 | 31 | 335 | 33 | 102 |
| Binary | 10010000 | 10011111 | 10111111 | 11001 | 10001 | 0 | 11001 | 11011101 | 11011 | 1000010 |
Color Harmonies of #909FBF
Complementary color
Monochromatic Colors of #909FBF
Black with #909FBF
Text Example
Text Example
White with #909FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FBF; }
p { color: rgb(144,159,191); }
H1.HeaderClassName
{
color: #909FBF;
}
.AnyTagClassName
{
color: #909FBF;
}
</style>
background-color css
<style>
a { background-color: #909FBF; }
a { background-color: rgb(144,159,191); }
div.DivClassName
{
background-color: #909FBF;
}
.BgClassName
{
background-color: #909FBF;
}
</style>
border-color css
<style>
span { border-color: #909FBF; }
span { border-color: rgb(144,159,191); }
td.TdClassName
{
border-color: #909FBF;
}
.TagClassName
{
border-color: #909FBF;
}
</style>