Shades of Rock Blue #919FBF
Tints of Rock Blue #919FBF
RGB
CMYK
RGB Variations
Color information
#919FBF (or 0x919FBF) is known color: Rock Blue. HEX triplet: 91, 9F and BF. RGB value is (145,159,191). Sum of RGB (Red+Green+Blue) = 145+159+191=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #919FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FBF is #6E6040. Grayscale: #9E9E9E. Windows color (decimal): -7233601 or 12558225. OLE color: 12558225.
HSL color Cylindrical-coordinate representation of color #919FBF: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919FBF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 159 | 191 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.25 |
| HSL | 221.74º | 0.26% | 0.66% | - |
| HSV(B) | 221.74º | 0.24% | 0.75% | - |
| XYZ | 33.48 | 34.58 | 54.2 | - |
| YUV | 158.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 191 | 0.24 | 0.17 | 0 | 0.25 | 221.74 | 0.26 | 0.66 |
| Hex | 91 | 9F | BF | 18 | 11 | 0 | 19 | DE | 1A | 42 |
| Octal | 221 | 237 | 277 | 30 | 21 | 0 | 31 | 336 | 32 | 102 |
| Binary | 10010001 | 10011111 | 10111111 | 11000 | 10001 | 0 | 11001 | 11011110 | 11010 | 1000010 |
Color Harmonies of #919FBF
Complementary color
Monochromatic Colors of #919FBF
Black with #919FBF
Text Example
Text Example
White with #919FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FBF; }
p { color: rgb(145,159,191); }
H1.HeaderClassName
{
color: #919FBF;
}
.AnyTagClassName
{
color: #919FBF;
}
</style>
background-color css
<style>
a { background-color: #919FBF; }
a { background-color: rgb(145,159,191); }
div.DivClassName
{
background-color: #919FBF;
}
.BgClassName
{
background-color: #919FBF;
}
</style>
border-color css
<style>
span { border-color: #919FBF; }
span { border-color: rgb(145,159,191); }
td.TdClassName
{
border-color: #919FBF;
}
.TagClassName
{
border-color: #919FBF;
}
</style>