Html Css Color HEX #97A7BA Rock Blue

📋 copy color: '#97A7BA'

red 151 ◦ green 167 ◦ blue 186

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

Shades of Rock Blue #97A7BA

Tints of Rock Blue #97A7BA

RGB

 RED value IS 151 (59.38% from 255) = 29.96%

 GREEN value IS 167 (65.63% from 255) = 33.13%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 29.96%
G = 33.13%
B = 36.9%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97A7BA (or 0x97A7BA) is known color: Rock Blue. HEX triplet: 97, A7 and BA. RGB value is (151,167,186). Sum of RGB (Red+Green+Blue) = 151+167+186=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #97A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A7BA is #685845. Grayscale: #A4A4A4. Windows color (decimal): -6838342 or 12232599. OLE color: 12232599.

HSL color Cylindrical-coordinate representation of color #97A7BA: hue angle of 212.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97A7BA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 167 186 -
CMYK 0.19 0.10 0 0.27
HSL 212.57º 0.2% 0.66% -
HSV(B) 212.57º 0.19% 0.73% -
XYZ 35.44 37.76 51.88 -
YUV 164.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 151 167 186 0.19 0.10 0 0.27 212.57 0.2 0.66
Hex 97 A7 BA 13 A 0 1B D5 14 42
Octal 227 247 272 23 12 0 33 325 24 102
Binary 10010111 10100111 10111010 10011 1010 0 11011 11010101 10100 1000010

Color Harmonies of #97A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A7BA

Black with #97A7BA

Text Example


Text Example

White with #97A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,167,186); }

 H1.HeaderClassName
 {
   color: #97A7BA;
 }
 .AnyTagClassName
 {
   color: #97A7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(151,167,186); }

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

border-color css

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

 span { border-color: rgb(151,167,186); }

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