Shades of Rock Blue #919BB6
Tints of Rock Blue #919BB6
RGB
CMYK
RGB Variations
Color information
#919BB6 (or 0x919BB6) is known color: Rock Blue. HEX triplet: 91, 9B and B6. RGB value is (145,155,182). Sum of RGB (Red+Green+Blue) = 145+155+182=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #919BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BB6 is #6E6449. Grayscale: #9A9A9A. Windows color (decimal): -7234634 or 11967377. OLE color: 11967377.
HSL color Cylindrical-coordinate representation of color #919BB6: hue angle of 223.78º degrees, saturation: 0.2, 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 #919BB6 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 155 | 182 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.29 |
| HSL | 223.78º | 0.2% | 0.64% | - |
| HSV(B) | 223.78º | 0.2% | 0.71% | - |
| XYZ | 31.84 | 32.84 | 48.92 | - |
| YUV | 155.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 182 | 0.20 | 0.15 | 0 | 0.29 | 223.78 | 0.2 | 0.64 |
| Hex | 91 | 9B | B6 | 14 | F | 0 | 1D | E0 | 14 | 40 |
| Octal | 221 | 233 | 266 | 24 | 17 | 0 | 35 | 340 | 24 | 100 |
| Binary | 10010001 | 10011011 | 10110110 | 10100 | 1111 | 0 | 11101 | 11100000 | 10100 | 1000000 |
Color Harmonies of #919BB6
Complementary color
Monochromatic Colors of #919BB6
Black with #919BB6
Text Example
Text Example
White with #919BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BB6; }
p { color: rgb(145,155,182); }
H1.HeaderClassName
{
color: #919BB6;
}
.AnyTagClassName
{
color: #919BB6;
}
</style>
background-color css
<style>
a { background-color: #919BB6; }
a { background-color: rgb(145,155,182); }
div.DivClassName
{
background-color: #919BB6;
}
.BgClassName
{
background-color: #919BB6;
}
</style>
border-color css
<style>
span { border-color: #919BB6; }
span { border-color: rgb(145,155,182); }
td.TdClassName
{
border-color: #919BB6;
}
.TagClassName
{
border-color: #919BB6;
}
</style>