#8997bc

Color #8997BC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8997BC

Tints of Rock Blue #8997BC

Color information

#8997BC (or 0x8997BC) is unknown color: approx Rock Blue. HEX triplet: 89, 97 and BC. RGB value is (137,151,188). Sum of RGB (Red+Green+Blue) = 137+151+188=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #8997BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997BC is #766843. Grayscale: #969696. Windows color (decimal): -7759940 or 12359561. OLE color: 12359561.

HSL color Cylindrical-coordinate representation of color #8997BC: hue angle of 223.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8997BC is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137151188-
CMYK0.270.2000.26
HSL223.53º27.57%63.73%-
HSV(B)223.53º27.13%73.73%-
XYZ30.4631.0851.97-
YUV151.03148.86117.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=28.78%
G=31.72%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371511880.270.2000.26223.5327.5763.73
Hex8997BC1B1401Ae01c40
Octal211227274332403234034100
Binary100010011001011110111100110111010001101011100000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8997bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8997bc; }

 p { color: rgb(137,151,188); }

 H1.HeaderClassName
 {
   color: #8997bc;
 }
 .AnyTagClassName
 {
   color: #8997bc;
 }
</style>
background-color css

<style>
 a { background-color: #8997bc; }

 a { background-color: rgb(137,151,188); }

 div.DivClassName
 {
   background-color: #8997bc;
 }
 .BgClassName
 {
   background-color: #8997bc;
 }
</style>
border-color css

<style>
 span { border-color: #8997bc; }

 span { border-color: rgb(137,151,188); }

 td.TdClassName
 {
   border-color: #8997bc;
 }
 .TagClassName
 {
   border-color: #8997bc;
 }
</style>