Shades of Rock Blue #919BAF
Tints of Rock Blue #919BAF
RGB
CMYK
RGB Variations
Color information
#919BAF (or 0x919BAF) is known color: Rock Blue. HEX triplet: 91, 9B and AF. RGB value is (145,155,175). Sum of RGB (Red+Green+Blue) = 145+155+175=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #919BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BAF is #6E6450. Grayscale: #9A9A9A. Windows color (decimal): -7234641 or 11508625. OLE color: 11508625.
HSL color Cylindrical-coordinate representation of color #919BAF: hue angle of 220º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919BAF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 155 | 175 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.31 |
| HSL | 220º | 0.16% | 0.63% | - |
| HSV(B) | 220º | 0.17% | 0.69% | - |
| XYZ | 31.14 | 32.56 | 45.2 | - |
| YUV | 154.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 175 | 0.17 | 0.11 | 0 | 0.31 | 220 | 0.16 | 0.63 |
| Hex | 91 | 9B | AF | 11 | B | 0 | 1F | DC | 10 | 3F |
| Octal | 221 | 233 | 257 | 21 | 13 | 0 | 37 | 334 | 20 | 77 |
| Binary | 10010001 | 10011011 | 10101111 | 10001 | 1011 | 0 | 11111 | 11011100 | 10000 | 111111 |
Color Harmonies of #919BAF
Complementary color
Monochromatic Colors of #919BAF
Black with #919BAF
Text Example
Text Example
White with #919BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BAF; }
p { color: rgb(145,155,175); }
H1.HeaderClassName
{
color: #919BAF;
}
.AnyTagClassName
{
color: #919BAF;
}
</style>
background-color css
<style>
a { background-color: #919BAF; }
a { background-color: rgb(145,155,175); }
div.DivClassName
{
background-color: #919BAF;
}
.BgClassName
{
background-color: #919BAF;
}
</style>
border-color css
<style>
span { border-color: #919BAF; }
span { border-color: rgb(145,155,175); }
td.TdClassName
{
border-color: #919BAF;
}
.TagClassName
{
border-color: #919BAF;
}
</style>