Html Css Color HEX #8997BA Rock Blue

📋 copy color: '#8997BA'

red 137 ◦ green 151 ◦ blue 186

#8997BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8997BA

Tints of Rock Blue #8997BA

RGB

 RED value IS 137 (53.91% from 255) = 28.9%

 GREEN value IS 151 (59.38% from 255) = 31.86%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 28.9%
G = 31.86%
B = 39.24%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8997BA (or 0x8997BA) is known color: Rock Blue. HEX triplet: 89, 97 and BA. RGB value is (137,151,186). Sum of RGB (Red+Green+Blue) = 137+151+186=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #8997BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997BA is #766845. Grayscale: #969696. Windows color (decimal): -7759942 or 12228489. OLE color: 12228489.

HSL color Cylindrical-coordinate representation of color #8997BA: hue angle of 222.86º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8997BA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 151 186 -
CMYK 0.26 0.19 0 0.27
HSL 222.86º 0.26% 0.63% -
HSV(B) 222.86º 0.26% 0.73% -
XYZ 30.25 31 50.84 -
YUV 150.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 137 151 186 0.26 0.19 0 0.27 222.86 0.26 0.63
Hex 89 97 BA 1A 13 0 1B DF 1A 3F
Octal 211 227 272 32 23 0 33 337 32 77
Binary 10001001 10010111 10111010 11010 10011 0 11011 11011111 11010 111111

Color Harmonies of #8997BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997BA

Black with #8997BA

Text Example


Text Example

White with #8997BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8997BA;
 }
 .AnyTagClassName
 {
   color: #8997BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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