Shades of Rock Blue #909DB3
Tints of Rock Blue #909DB3
RGB
CMYK
RGB Variations
Color information
#909DB3 (or 0x909DB3) is known color: Rock Blue. HEX triplet: 90, 9D and B3. RGB value is (144,157,179). Sum of RGB (Red+Green+Blue) = 144+157+179=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #909DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DB3 is #6F624C. Grayscale: #9B9B9B. Windows color (decimal): -7299661 or 11771280. OLE color: 11771280.
HSL color Cylindrical-coordinate representation of color #909DB3: hue angle of 217.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909DB3 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 157 | 179 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.30 |
| HSL | 217.71º | 0.19% | 0.63% | - |
| HSV(B) | 217.71º | 0.2% | 0.7% | - |
| XYZ | 31.7 | 33.3 | 47.4 | - |
| YUV | 155.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 179 | 0.20 | 0.12 | 0 | 0.30 | 217.71 | 0.19 | 0.63 |
| Hex | 90 | 9D | B3 | 14 | C | 0 | 1E | DA | 13 | 3F |
| Octal | 220 | 235 | 263 | 24 | 14 | 0 | 36 | 332 | 23 | 77 |
| Binary | 10010000 | 10011101 | 10110011 | 10100 | 1100 | 0 | 11110 | 11011010 | 10011 | 111111 |
Color Harmonies of #909DB3
Complementary color
Monochromatic Colors of #909DB3
Black with #909DB3
Text Example
Text Example
White with #909DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DB3; }
p { color: rgb(144,157,179); }
H1.HeaderClassName
{
color: #909DB3;
}
.AnyTagClassName
{
color: #909DB3;
}
</style>
background-color css
<style>
a { background-color: #909DB3; }
a { background-color: rgb(144,157,179); }
div.DivClassName
{
background-color: #909DB3;
}
.BgClassName
{
background-color: #909DB3;
}
</style>
border-color css
<style>
span { border-color: #909DB3; }
span { border-color: rgb(144,157,179); }
td.TdClassName
{
border-color: #909DB3;
}
.TagClassName
{
border-color: #909DB3;
}
</style>