Shades of Rock Blue #8D99B2
Tints of Rock Blue #8D99B2
RGB
CMYK
RGB Variations
Color information
#8D99B2 (or 0x8D99B2) is known color: Rock Blue. HEX triplet: 8D, 99 and B2. RGB value is (141,153,178). Sum of RGB (Red+Green+Blue) = 141+153+178=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D99B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D99B2 is #72664D. Grayscale: #989898. Windows color (decimal): -7497294 or 11704717. OLE color: 11704717.
HSL color Cylindrical-coordinate representation of color #8D99B2: hue angle of 220.54º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D99B2 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 141 | 153 | 178 | - |
CMYK | 0.21 | 0.14 | 0 | 0.30 |
HSL | 220.54º | 0.19% | 0.63% | - |
HSV(B) | 220.54º | 0.21% | 0.7% | - |
XYZ | 30.41 | 31.66 | 46.63 | - |
YUV | 152.26 | 142.52 | 119.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 153 | 178 | 0.21 | 0.14 | 0 | 0.30 | 220.54 | 0.19 | 0.63 |
Hex | 8D | 99 | B2 | 15 | E | 0 | 1E | DD | 13 | 3F |
Octal | 215 | 231 | 262 | 25 | 16 | 0 | 36 | 335 | 23 | 77 |
Binary | 10001101 | 10011001 | 10110010 | 10101 | 1110 | 0 | 11110 | 11011101 | 10011 | 111111 |
Color Harmonies of #8D99B2
Complementary color
Monochromatic Colors of #8D99B2
Black with #8D99B2
Text Example
Text Example
White with #8D99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D99B2; }
p { color: rgb(141,153,178); }
H1.HeaderClassName
{
color: #8D99B2;
}
.AnyTagClassName
{
color: #8D99B2;
}
</style>
background-color css
<style>
a { background-color: #8D99B2; }
a { background-color: rgb(141,153,178); }
div.DivClassName
{
background-color: #8D99B2;
}
.BgClassName
{
background-color: #8D99B2;
}
</style>
border-color css
<style>
span { border-color: #8D99B2; }
span { border-color: rgb(141,153,178); }
td.TdClassName
{
border-color: #8D99B2;
}
.TagClassName
{
border-color: #8D99B2;
}
</style>