Shades of Rock Blue #919DBB
Tints of Rock Blue #919DBB
RGB
CMYK
RGB Variations
Color information
#919DBB (or 0x919DBB) is known color: Rock Blue. HEX triplet: 91, 9D and BB. RGB value is (145,157,187). Sum of RGB (Red+Green+Blue) = 145+157+187=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #919DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBB is #6E6244. Grayscale: #9C9C9C. Windows color (decimal): -7234117 or 12295569. OLE color: 12295569.
HSL color Cylindrical-coordinate representation of color #919DBB: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919DBB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 157 | 187 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.27 |
| HSL | 222.86º | 0.24% | 0.65% | - |
| HSV(B) | 222.86º | 0.22% | 0.73% | - |
| XYZ | 32.7 | 33.72 | 51.8 | - |
| YUV | 156.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 187 | 0.22 | 0.16 | 0 | 0.27 | 222.86 | 0.24 | 0.65 |
| Hex | 91 | 9D | BB | 16 | 10 | 0 | 1B | DF | 18 | 41 |
| Octal | 221 | 235 | 273 | 26 | 20 | 0 | 33 | 337 | 30 | 101 |
| Binary | 10010001 | 10011101 | 10111011 | 10110 | 10000 | 0 | 11011 | 11011111 | 11000 | 1000001 |
Color Harmonies of #919DBB
Complementary color
Monochromatic Colors of #919DBB
Black with #919DBB
Text Example
Text Example
White with #919DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DBB; }
p { color: rgb(145,157,187); }
H1.HeaderClassName
{
color: #919DBB;
}
.AnyTagClassName
{
color: #919DBB;
}
</style>
background-color css
<style>
a { background-color: #919DBB; }
a { background-color: rgb(145,157,187); }
div.DivClassName
{
background-color: #919DBB;
}
.BgClassName
{
background-color: #919DBB;
}
</style>
border-color css
<style>
span { border-color: #919DBB; }
span { border-color: rgb(145,157,187); }
td.TdClassName
{
border-color: #919DBB;
}
.TagClassName
{
border-color: #919DBB;
}
</style>