Shades of Rock Blue #919FB8
Tints of Rock Blue #919FB8
RGB
CMYK
RGB Variations
Color information
#919FB8 (or 0x919FB8) is known color: Rock Blue. HEX triplet: 91, 9F and B8. RGB value is (145,159,184). Sum of RGB (Red+Green+Blue) = 145+159+184=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #919FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FB8 is #6E6047. Grayscale: #9D9D9D. Windows color (decimal): -7233608 or 12099473. OLE color: 12099473.
HSL color Cylindrical-coordinate representation of color #919FB8: hue angle of 218.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919FB8 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 159 | 184 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.28 |
| HSL | 218.46º | 0.22% | 0.65% | - |
| HSV(B) | 218.46º | 0.21% | 0.72% | - |
| XYZ | 32.73 | 34.28 | 50.24 | - |
| YUV | 157.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 184 | 0.21 | 0.14 | 0 | 0.28 | 218.46 | 0.22 | 0.65 |
| Hex | 91 | 9F | B8 | 15 | E | 0 | 1C | DA | 16 | 41 |
| Octal | 221 | 237 | 270 | 25 | 16 | 0 | 34 | 332 | 26 | 101 |
| Binary | 10010001 | 10011111 | 10111000 | 10101 | 1110 | 0 | 11100 | 11011010 | 10110 | 1000001 |
Color Harmonies of #919FB8
Complementary color
Monochromatic Colors of #919FB8
Black with #919FB8
Text Example
Text Example
White with #919FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FB8; }
p { color: rgb(145,159,184); }
H1.HeaderClassName
{
color: #919FB8;
}
.AnyTagClassName
{
color: #919FB8;
}
</style>
background-color css
<style>
a { background-color: #919FB8; }
a { background-color: rgb(145,159,184); }
div.DivClassName
{
background-color: #919FB8;
}
.BgClassName
{
background-color: #919FB8;
}
</style>
border-color css
<style>
span { border-color: #919FB8; }
span { border-color: rgb(145,159,184); }
td.TdClassName
{
border-color: #919FB8;
}
.TagClassName
{
border-color: #919FB8;
}
</style>