Shades of Rock Blue #909DBF
Tints of Rock Blue #909DBF
RGB
CMYK
RGB Variations
Color information
#909DBF (or 0x909DBF) is known color: Rock Blue. HEX triplet: 90, 9D and BF. RGB value is (144,157,191). Sum of RGB (Red+Green+Blue) = 144+157+191=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #909DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBF is #6F6240. Grayscale: #9C9C9C. Windows color (decimal): -7299649 or 12557712. OLE color: 12557712.
HSL color Cylindrical-coordinate representation of color #909DBF: hue angle of 223.4º 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 #909DBF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 157 | 191 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.25 |
| HSL | 223.4º | 0.27% | 0.66% | - |
| HSV(B) | 223.4º | 0.25% | 0.75% | - |
| XYZ | 32.96 | 33.8 | 54.08 | - |
| YUV | 156.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 191 | 0.25 | 0.18 | 0 | 0.25 | 223.4 | 0.27 | 0.66 |
| Hex | 90 | 9D | BF | 19 | 12 | 0 | 19 | DF | 1B | 42 |
| Octal | 220 | 235 | 277 | 31 | 22 | 0 | 31 | 337 | 33 | 102 |
| Binary | 10010000 | 10011101 | 10111111 | 11001 | 10010 | 0 | 11001 | 11011111 | 11011 | 1000010 |
Color Harmonies of #909DBF
Complementary color
Monochromatic Colors of #909DBF
Black with #909DBF
Text Example
Text Example
White with #909DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DBF; }
p { color: rgb(144,157,191); }
H1.HeaderClassName
{
color: #909DBF;
}
.AnyTagClassName
{
color: #909DBF;
}
</style>
background-color css
<style>
a { background-color: #909DBF; }
a { background-color: rgb(144,157,191); }
div.DivClassName
{
background-color: #909DBF;
}
.BgClassName
{
background-color: #909DBF;
}
</style>
border-color css
<style>
span { border-color: #909DBF; }
span { border-color: rgb(144,157,191); }
td.TdClassName
{
border-color: #909DBF;
}
.TagClassName
{
border-color: #909DBF;
}
</style>