Html Css Color HEX #8997B4 Rock Blue

📋 copy color: '#8997B4'

red 137 ◦ green 151 ◦ blue 180

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

Shades of Rock Blue #8997B4

Tints of Rock Blue #8997B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 29.27%
G = 32.26%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8997B4 (or 0x8997B4) is known color: Rock Blue. HEX triplet: 89, 97 and B4. RGB value is (137,151,180). Sum of RGB (Red+Green+Blue) = 137+151+180=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #8997B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997B4 is #76684B. Grayscale: #959595. Windows color (decimal): -7759948 or 11835273. OLE color: 11835273.

HSL color Cylindrical-coordinate representation of color #8997B4: hue angle of 220.47º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8997B4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 151 180 -
CMYK 0.24 0.16 0 0.29
HSL 220.47º 0.22% 0.62% -
HSV(B) 220.47º 0.24% 0.71% -
XYZ 29.62 30.75 47.55 -
YUV 150.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 137 151 180 0.24 0.16 0 0.29 220.47 0.22 0.62
Hex 89 97 B4 18 10 0 1D DC 16 3E
Octal 211 227 264 30 20 0 35 334 26 76
Binary 10001001 10010111 10110100 11000 10000 0 11101 11011100 10110 111110

Color Harmonies of #8997B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997B4

Black with #8997B4

Text Example


Text Example

White with #8997B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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