Html Css Color HEX #8997C0 Rock Blue

📋 copy color: '#8997C0'

red 137 ◦ green 151 ◦ blue 192

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

Shades of Rock Blue #8997C0

Tints of Rock Blue #8997C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 28.54%
G = 31.46%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8997C0 (or 0x8997C0) is known color: Rock Blue. HEX triplet: 89, 97 and C0. RGB value is (137,151,192). Sum of RGB (Red+Green+Blue) = 137+151+192=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #8997C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997C0 is #76683F. Grayscale: #979797. Windows color (decimal): -7759936 or 12621705. OLE color: 12621705.

HSL color Cylindrical-coordinate representation of color #8997C0: hue angle of 224.73º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8997C0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 151 192 -
CMYK 0.29 0.21 0 0.25
HSL 224.73º 0.3% 0.65% -
HSV(B) 224.73º 0.29% 0.75% -
XYZ 30.9 31.26 54.27 -
YUV 151.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 137 151 192 0.29 0.21 0 0.25 224.73 0.3 0.65
Hex 89 97 C0 1D 15 0 19 E1 1E 41
Octal 211 227 300 35 25 0 31 341 36 101
Binary 10001001 10010111 11000000 11101 10101 0 11001 11100001 11110 1000001

Color Harmonies of #8997C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997C0

Black with #8997C0

Text Example


Text Example

White with #8997C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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