#97A5B4

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

Shades of Rock Blue #97A5B4

Tints of Rock Blue #97A5B4

Color information

#97A5B4 (or 0x97A5B4) is unknown color: approx Rock Blue. HEX triplet: 97, A5 and B4. RGB value is (151,165,180). Sum of RGB (Red+Green+Blue) = 151+165+180=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #97A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5B4 is #685A4B. Grayscale: #A2A2A2. Windows color (decimal): -6838860 or 11838871. OLE color: 11838871.

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

Color convert

RGB151165180-
CMYK0.160.0800.29
HSL211.03º16.2%64.9%-
HSV(B)211.03º16.11%70.59%-
XYZ34.4636.7848.46-
YUV162.52137.86119.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=30.44%
G=33.27%
B=36.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511651800.160.0800.29211.0316.264.9
Hex97A5B410801Dd31041
Octal227245264201003532320101
Binary10010111101001011011010010000100001110111010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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