Shades of Rock Blue #909DB6
Tints of Rock Blue #909DB6
RGB
CMYK
RGB Variations
Color information
#909DB6 (or 0x909DB6) is known color: Rock Blue. HEX triplet: 90, 9D and B6. RGB value is (144,157,182). Sum of RGB (Red+Green+Blue) = 144+157+182=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #909DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DB6 is #6F6249. Grayscale: #9B9B9B. Windows color (decimal): -7299658 or 11967888. OLE color: 11967888.
HSL color Cylindrical-coordinate representation of color #909DB6: hue angle of 219.47º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909DB6 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 157 | 182 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.29 |
| HSL | 219.47º | 0.21% | 0.64% | - |
| HSV(B) | 219.47º | 0.21% | 0.71% | - |
| XYZ | 32 | 33.42 | 49.02 | - |
| YUV | 155.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 182 | 0.21 | 0.14 | 0 | 0.29 | 219.47 | 0.21 | 0.64 |
| Hex | 90 | 9D | B6 | 15 | E | 0 | 1D | DB | 15 | 40 |
| Octal | 220 | 235 | 266 | 25 | 16 | 0 | 35 | 333 | 25 | 100 |
| Binary | 10010000 | 10011101 | 10110110 | 10101 | 1110 | 0 | 11101 | 11011011 | 10101 | 1000000 |
Color Harmonies of #909DB6
Complementary color
Monochromatic Colors of #909DB6
Black with #909DB6
Text Example
Text Example
White with #909DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DB6; }
p { color: rgb(144,157,182); }
H1.HeaderClassName
{
color: #909DB6;
}
.AnyTagClassName
{
color: #909DB6;
}
</style>
background-color css
<style>
a { background-color: #909DB6; }
a { background-color: rgb(144,157,182); }
div.DivClassName
{
background-color: #909DB6;
}
.BgClassName
{
background-color: #909DB6;
}
</style>
border-color css
<style>
span { border-color: #909DB6; }
span { border-color: rgb(144,157,182); }
td.TdClassName
{
border-color: #909DB6;
}
.TagClassName
{
border-color: #909DB6;
}
</style>