Html Css Color HEX #97A0BF Rock Blue

📋 copy color: '#97A0BF'

red 151 ◦ green 160 ◦ blue 191

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

Shades of Rock Blue #97A0BF

Tints of Rock Blue #97A0BF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 191 (75% from 255) = 38.05%

R = 30.08%
G = 31.87%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97A0BF (or 0x97A0BF) is known color: Rock Blue. HEX triplet: 97, A0 and BF. RGB value is (151,160,191). Sum of RGB (Red+Green+Blue) = 151+160+191=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #97A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0BF is #685F40. Grayscale: #A0A0A0. Windows color (decimal): -6840129 or 12558487. OLE color: 12558487.

HSL color Cylindrical-coordinate representation of color #97A0BF: hue angle of 226.5º degrees, saturation: 0.24, 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 #97A0BF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 160 191 -
CMYK 0.21 0.16 0 0.25
HSL 226.5º 0.24% 0.67% -
HSV(B) 226.5º 0.21% 0.75% -
XYZ 34.74 35.48 54.31 -
YUV 160.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 151 160 191 0.21 0.16 0 0.25 226.5 0.24 0.67
Hex 97 A0 BF 15 10 0 19 E2 18 43
Octal 227 240 277 25 20 0 31 342 30 103
Binary 10010111 10100000 10111111 10101 10000 0 11001 11100010 11000 1000011

Color Harmonies of #97A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A0BF

Black with #97A0BF

Text Example


Text Example

White with #97A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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