Shades of Rock Blue #919EB6
Tints of Rock Blue #919EB6
RGB
CMYK
RGB Variations
Color information
#919EB6 (or 0x919EB6) is known color: Rock Blue. HEX triplet: 91, 9E and B6. RGB value is (145,158,182). Sum of RGB (Red+Green+Blue) = 145+158+182=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #919EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EB6 is #6E6149. Grayscale: #9C9C9C. Windows color (decimal): -7233866 or 11968145. OLE color: 11968145.
HSL color Cylindrical-coordinate representation of color #919EB6: hue angle of 218.92º 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 #919EB6 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 145 | 158 | 182 | - |
CMYK | 0.20 | 0.13 | 0 | 0.29 |
HSL | 218.92º | 0.2% | 0.64% | - |
HSV(B) | 218.92º | 0.2% | 0.71% | - |
XYZ | 32.35 | 33.85 | 49.08 | - |
YUV | 156.85 | 142.19 | 119.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 158 | 182 | 0.20 | 0.13 | 0 | 0.29 | 218.92 | 0.2 | 0.64 |
Hex | 91 | 9E | B6 | 14 | D | 0 | 1D | DB | 14 | 40 |
Octal | 221 | 236 | 266 | 24 | 15 | 0 | 35 | 333 | 24 | 100 |
Binary | 10010001 | 10011110 | 10110110 | 10100 | 1101 | 0 | 11101 | 11011011 | 10100 | 1000000 |
Color Harmonies of #919EB6
Complementary color
Monochromatic Colors of #919EB6
Black with #919EB6
Text Example
Text Example
White with #919EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EB6; }
p { color: rgb(145,158,182); }
H1.HeaderClassName
{
color: #919EB6;
}
.AnyTagClassName
{
color: #919EB6;
}
</style>
background-color css
<style>
a { background-color: #919EB6; }
a { background-color: rgb(145,158,182); }
div.DivClassName
{
background-color: #919EB6;
}
.BgClassName
{
background-color: #919EB6;
}
</style>
border-color css
<style>
span { border-color: #919EB6; }
span { border-color: rgb(145,158,182); }
td.TdClassName
{
border-color: #919EB6;
}
.TagClassName
{
border-color: #919EB6;
}
</style>