Html Css Color HEX #8997BC Rock Blue

📋 copy color: '#8997BC'

red 137 ◦ green 151 ◦ blue 188

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

Shades of Rock Blue #8997BC

Tints of Rock Blue #8997BC

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.5%

R = 28.78%
G = 31.72%
B = 39.5%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8997BC (or 0x8997BC) is known color: 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

RGB 137 151 188 -
CMYK 0.27 0.20 0 0.26
HSL 223.53º 0.28% 0.64% -
HSV(B) 223.53º 0.27% 0.74% -
XYZ 30.46 31.08 51.97 -
YUV 151.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 137 151 188 0.27 0.20 0 0.26 223.53 0.28 0.64
Hex 89 97 BC 1B 14 0 1A E0 1C 40
Octal 211 227 274 33 24 0 32 340 34 100
Binary 10001001 10010111 10111100 11011 10100 0 11010 11100000 11100 1000000

Color Harmonies of #8997BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997BC

Black with #8997BC

Text Example


Text Example

White with #8997BC

Text Example


Text Example

HTML Codes & Css Web 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>