#97A0BE

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

Shades of Rock Blue #97A0BE

Tints of Rock Blue #97A0BE

Color information

#97A0BE (or 0x97A0BE) is unknown color: approx Rock Blue. HEX triplet: 97, A0 and BE. RGB value is (151,160,190). Sum of RGB (Red+Green+Blue) = 151+160+190=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #97A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0BE is #685F41. Grayscale: #A0A0A0. Windows color (decimal): -6840130 or 12492951. OLE color: 12492951.

HSL color Cylindrical-coordinate representation of color #97A0BE: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97A0BE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151160190-
CMYK0.210.1600.25
HSL226.15º23.08%66.86%-
HSV(B)226.15º20.53%74.51%-
XYZ34.6335.4453.73-
YUV160.73144.52121.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=30.14%
G=31.94%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511601900.210.1600.25226.1523.0866.86
Hex97A0BE1510019e21743
Octal227240276252003134227103
Binary100101111010000010111110101011000001100111100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,190); }

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

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

 a { background-color: rgb(151,160,190); }

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

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

 span { border-color: rgb(151,160,190); }

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