#97A2B7

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

Shades of Rock Blue #97A2B7

Tints of Rock Blue #97A2B7

Color information

#97A2B7 (or 0x97A2B7) is unknown color: approx Rock Blue. HEX triplet: 97, A2 and B7. RGB value is (151,162,183). Sum of RGB (Red+Green+Blue) = 151+162+183=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #97A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A2B7 is #685D48. Grayscale: #A1A1A1. Windows color (decimal): -6839625 or 12034711. OLE color: 12034711.

HSL color Cylindrical-coordinate representation of color #97A2B7: hue angle of 219.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97A2B7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB151162183-
CMYK0.170.1100.28
HSL219.38º18.18%65.49%-
HSV(B)219.38º17.49%71.76%-
XYZ34.2335.8449.91-
YUV161.1140.36120.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=30.44%
G=32.66%
B=36.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511621830.170.1100.28219.3818.1865.49
Hex97A2B711B01Cdb1241
Octal227242267211303433322101
Binary10010111101000101011011110001101101110011011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A2B7; }

 p { color: rgb(151,162,183); }

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

<style>
 a { background-color: #97A2B7; }

 a { background-color: rgb(151,162,183); }

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

<style>
 span { border-color: #97A2B7; }

 span { border-color: rgb(151,162,183); }

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