Shades of Rock Blue #8897C3
Tints of Rock Blue #8897C3
RGB
CMYK
RGB Variations
Color information
#8897C3 (or 0x8897C3) is known color: Rock Blue. HEX triplet: 88, 97 and C3. RGB value is (136,151,195). Sum of RGB (Red+Green+Blue) = 136+151+195=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #8897C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897C3 is #77683C. Grayscale: #979797. Windows color (decimal): -7825469 or 12818312. OLE color: 12818312.
HSL color Cylindrical-coordinate representation of color #8897C3: hue angle of 224.75º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8897C3 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 151 | 195 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.24 |
| HSL | 224.75º | 0.33% | 0.65% | - |
| HSV(B) | 224.75º | 0.3% | 0.76% | - |
| XYZ | 31.07 | 31.31 | 56.04 | - |
| YUV | 151.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 195 | 0.30 | 0.23 | 0 | 0.24 | 224.75 | 0.33 | 0.65 |
| Hex | 88 | 97 | C3 | 1E | 17 | 0 | 18 | E1 | 21 | 41 |
| Octal | 210 | 227 | 303 | 36 | 27 | 0 | 30 | 341 | 41 | 101 |
| Binary | 10001000 | 10010111 | 11000011 | 11110 | 10111 | 0 | 11000 | 11100001 | 100001 | 1000001 |
Color Harmonies of #8897C3
Complementary color
Monochromatic Colors of #8897C3
Black with #8897C3
Text Example
Text Example
White with #8897C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8897C3; }
p { color: rgb(136,151,195); }
H1.HeaderClassName
{
color: #8897C3;
}
.AnyTagClassName
{
color: #8897C3;
}
</style>
background-color css
<style>
a { background-color: #8897C3; }
a { background-color: rgb(136,151,195); }
div.DivClassName
{
background-color: #8897C3;
}
.BgClassName
{
background-color: #8897C3;
}
</style>
border-color css
<style>
span { border-color: #8897C3; }
span { border-color: rgb(136,151,195); }
td.TdClassName
{
border-color: #8897C3;
}
.TagClassName
{
border-color: #8897C3;
}
</style>