Shades of Rock Blue #909FB4
Tints of Rock Blue #909FB4
RGB
CMYK
RGB Variations
Color information
#909FB4 (or 0x909FB4) is known color: Rock Blue. HEX triplet: 90, 9F and B4. RGB value is (144,159,180). Sum of RGB (Red+Green+Blue) = 144+159+180=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #909FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FB4 is #6F604B. Grayscale: #9C9C9C. Windows color (decimal): -7299148 or 11837328. OLE color: 11837328.
HSL color Cylindrical-coordinate representation of color #909FB4: hue angle of 215º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909FB4 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 159 | 180 | - |
| CMYK | 0.2 | 0.12 | 0 | 0.29 |
| HSL | 215º | 0.19% | 0.64% | - |
| HSV(B) | 215º | 0.2% | 0.71% | - |
| XYZ | 32.14 | 34.02 | 48.05 | - |
| YUV | 156.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 180 | 0.2 | 0.12 | 0 | 0.29 | 215 | 0.19 | 0.64 |
| Hex | 90 | 9F | B4 | 14 | C | 0 | 1D | D7 | 13 | 40 |
| Octal | 220 | 237 | 264 | 24 | 14 | 0 | 35 | 327 | 23 | 100 |
| Binary | 10010000 | 10011111 | 10110100 | 10100 | 1100 | 0 | 11101 | 11010111 | 10011 | 1000000 |
Color Harmonies of #909FB4
Complementary color
Monochromatic Colors of #909FB4
Black with #909FB4
Text Example
Text Example
White with #909FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FB4; }
p { color: rgb(144,159,180); }
H1.HeaderClassName
{
color: #909FB4;
}
.AnyTagClassName
{
color: #909FB4;
}
</style>
background-color css
<style>
a { background-color: #909FB4; }
a { background-color: rgb(144,159,180); }
div.DivClassName
{
background-color: #909FB4;
}
.BgClassName
{
background-color: #909FB4;
}
</style>
border-color css
<style>
span { border-color: #909FB4; }
span { border-color: rgb(144,159,180); }
td.TdClassName
{
border-color: #909FB4;
}
.TagClassName
{
border-color: #909FB4;
}
</style>