Shades of Rock Blue #88A2BD
Tints of Rock Blue #88A2BD
RGB
CMYK
RGB Variations
Color information
#88A2BD (or 0x88A2BD) is known color: Rock Blue. HEX triplet: 88, A2 and BD. RGB value is (136,162,189). Sum of RGB (Red+Green+Blue) = 136+162+189=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #88A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2BD is #775D42. Grayscale: #9D9D9D. Windows color (decimal): -7822659 or 12427912. OLE color: 12427912.
HSL color Cylindrical-coordinate representation of color #88A2BD: hue angle of 210.57º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88A2BD is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 162 | 189 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.26 |
| HSL | 210.57º | 0.29% | 0.64% | - |
| HSV(B) | 210.57º | 0.28% | 0.74% | - |
| XYZ | 32.26 | 34.75 | 53.15 | - |
| YUV | 157.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 189 | 0.28 | 0.14 | 0 | 0.26 | 210.57 | 0.29 | 0.64 |
| Hex | 88 | A2 | BD | 1C | E | 0 | 1A | D3 | 1D | 40 |
| Octal | 210 | 242 | 275 | 34 | 16 | 0 | 32 | 323 | 35 | 100 |
| Binary | 10001000 | 10100010 | 10111101 | 11100 | 1110 | 0 | 11010 | 11010011 | 11101 | 1000000 |
Color Harmonies of #88A2BD
Complementary color
Monochromatic Colors of #88A2BD
Black with #88A2BD
Text Example
Text Example
White with #88A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2BD; }
p { color: rgb(136,162,189); }
H1.HeaderClassName
{
color: #88A2BD;
}
.AnyTagClassName
{
color: #88A2BD;
}
</style>
background-color css
<style>
a { background-color: #88A2BD; }
a { background-color: rgb(136,162,189); }
div.DivClassName
{
background-color: #88A2BD;
}
.BgClassName
{
background-color: #88A2BD;
}
</style>
border-color css
<style>
span { border-color: #88A2BD; }
span { border-color: rgb(136,162,189); }
td.TdClassName
{
border-color: #88A2BD;
}
.TagClassName
{
border-color: #88A2BD;
}
</style>