Shades of Rock Blue #8997C3
Tints of Rock Blue #8997C3
RGB
CMYK
RGB Variations
Color information
#8997C3 (or 0x8997C3) is known color: Rock Blue. HEX triplet: 89, 97 and C3. RGB value is (137,151,195). Sum of RGB (Red+Green+Blue) = 137+151+195=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #8997C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997C3 is #76683C. Grayscale: #979797. Windows color (decimal): -7759933 or 12818313. OLE color: 12818313.
HSL color Cylindrical-coordinate representation of color #8997C3: hue angle of 225.52º 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 #8997C3 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 151 | 195 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.24 |
| HSL | 225.52º | 0.33% | 0.65% | - |
| HSV(B) | 225.52º | 0.3% | 0.76% | - |
| XYZ | 31.23 | 31.39 | 56.04 | - |
| YUV | 151.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 195 | 0.30 | 0.23 | 0 | 0.24 | 225.52 | 0.33 | 0.65 |
| Hex | 89 | 97 | C3 | 1E | 17 | 0 | 18 | E2 | 21 | 41 |
| Octal | 211 | 227 | 303 | 36 | 27 | 0 | 30 | 342 | 41 | 101 |
| Binary | 10001001 | 10010111 | 11000011 | 11110 | 10111 | 0 | 11000 | 11100010 | 100001 | 1000001 |
Color Harmonies of #8997C3
Complementary color
Monochromatic Colors of #8997C3
Black with #8997C3
Text Example
Text Example
White with #8997C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997C3; }
p { color: rgb(137,151,195); }
H1.HeaderClassName
{
color: #8997C3;
}
.AnyTagClassName
{
color: #8997C3;
}
</style>
background-color css
<style>
a { background-color: #8997C3; }
a { background-color: rgb(137,151,195); }
div.DivClassName
{
background-color: #8997C3;
}
.BgClassName
{
background-color: #8997C3;
}
</style>
border-color css
<style>
span { border-color: #8997C3; }
span { border-color: rgb(137,151,195); }
td.TdClassName
{
border-color: #8997C3;
}
.TagClassName
{
border-color: #8997C3;
}
</style>