#8A97AA

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

Shades of Rock Blue #8A97AA

Tints of Rock Blue #8A97AA

Color information

#8A97AA (or 0x8A97AA) is unknown color: approx Rock Blue. HEX triplet: 8A, 97 and AA. RGB value is (138,151,170). Sum of RGB (Red+Green+Blue) = 138+151+170=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A97AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A97AA is #756855. Grayscale: #959595. Windows color (decimal): -7694422 or 11179914. OLE color: 11179914.

HSL color Cylindrical-coordinate representation of color #8A97AA: hue angle of 215.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A97AA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138151170-
CMYK0.190.1100.33
HSL215.62º15.84%60.39%-
HSV(B)215.62º18.82%66.67%-
XYZ28.830.4442.39-
YUV149.28139.69119.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=30.07%
G=32.90%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381511700.190.1100.33215.6215.8460.39
Hex8A97AA13B021d8103c
Octal21222725223130413302074
Binary10001010100101111010101010011101101000011101100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A97AA; }

 p { color: rgb(138,151,170); }

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

<style>
 a { background-color: #8A97AA; }

 a { background-color: rgb(138,151,170); }

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

<style>
 span { border-color: #8A97AA; }

 span { border-color: rgb(138,151,170); }

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