#97A3B2

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

Shades of Rock Blue #97A3B2

Tints of Rock Blue #97A3B2

Color information

#97A3B2 (or 0x97A3B2) is unknown color: approx Rock Blue. HEX triplet: 97, A3 and B2. RGB value is (151,163,178). Sum of RGB (Red+Green+Blue) = 151+163+178=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #97A3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A3B2 is #685C4D. Grayscale: #A1A1A1. Windows color (decimal): -6839374 or 11707287. OLE color: 11707287.

HSL color Cylindrical-coordinate representation of color #97A3B2: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97A3B2 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB151163178-
CMYK0.150.0800.30
HSL213.33º14.92%64.51%-
HSV(B)213.33º15.17%69.8%-
XYZ33.935.9947.28-
YUV161.12137.52120.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=30.69%
G=33.13%
B=36.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511631780.150.0800.30213.3314.9264.51
Hex97A3B2F801Ed5f41
Octal227243262171003632517101
Binary100101111010001110110010111110000111101101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,163,178); }

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

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

 a { background-color: rgb(151,163,178); }

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

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

 span { border-color: rgb(151,163,178); }

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