Shades of Rock Blue #919BBB
Tints of Rock Blue #919BBB
RGB
CMYK
RGB Variations
Color information
#919BBB (or 0x919BBB) is known color: Rock Blue. HEX triplet: 91, 9B and BB. RGB value is (145,155,187). Sum of RGB (Red+Green+Blue) = 145+155+187=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #919BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BBB is #6E6444. Grayscale: #9B9B9B. Windows color (decimal): -7234629 or 12295057. OLE color: 12295057.
HSL color Cylindrical-coordinate representation of color #919BBB: hue angle of 225.71º 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 #919BBB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 155 | 187 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.27 |
| HSL | 225.71º | 0.24% | 0.65% | - |
| HSV(B) | 225.71º | 0.22% | 0.73% | - |
| XYZ | 32.37 | 33.05 | 51.69 | - |
| YUV | 155.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 187 | 0.22 | 0.17 | 0 | 0.27 | 225.71 | 0.24 | 0.65 |
| Hex | 91 | 9B | BB | 16 | 11 | 0 | 1B | E2 | 18 | 41 |
| Octal | 221 | 233 | 273 | 26 | 21 | 0 | 33 | 342 | 30 | 101 |
| Binary | 10010001 | 10011011 | 10111011 | 10110 | 10001 | 0 | 11011 | 11100010 | 11000 | 1000001 |
Color Harmonies of #919BBB
Complementary color
Monochromatic Colors of #919BBB
Black with #919BBB
Text Example
Text Example
White with #919BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BBB; }
p { color: rgb(145,155,187); }
H1.HeaderClassName
{
color: #919BBB;
}
.AnyTagClassName
{
color: #919BBB;
}
</style>
background-color css
<style>
a { background-color: #919BBB; }
a { background-color: rgb(145,155,187); }
div.DivClassName
{
background-color: #919BBB;
}
.BgClassName
{
background-color: #919BBB;
}
</style>
border-color css
<style>
span { border-color: #919BBB; }
span { border-color: rgb(145,155,187); }
td.TdClassName
{
border-color: #919BBB;
}
.TagClassName
{
border-color: #919BBB;
}
</style>