#979CAD

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

Shades of Rock Blue #979CAD

Tints of Rock Blue #979CAD

Color information

#979CAD (or 0x979CAD) is unknown color: approx Rock Blue. HEX triplet: 97, 9C and AD. RGB value is (151,156,173). Sum of RGB (Red+Green+Blue) = 151+156+173=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #979CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAD is #686352. Grayscale: #9C9C9C. Windows color (decimal): -6841171 or 11377815. OLE color: 11377815.

HSL color Cylindrical-coordinate representation of color #979CAD: hue angle of 226.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979CAD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151156173-
CMYK0.130.1000.32
HSL226.36º11.83%63.53%-
HSV(B)226.36º12.72%67.84%-
XYZ32.1933.3744.28-
YUV156.44137.34124.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=31.46%
G=32.5%
B=36.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511561730.130.1000.32226.3611.8363.53
Hex979CADDA020e2c40
Octal227234255151204034214100
Binary1001011110011100101011011101101001000001110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979CAD; }

 p { color: rgb(151,156,173); }

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

<style>
 a { background-color: #979CAD; }

 a { background-color: rgb(151,156,173); }

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

<style>
 span { border-color: #979CAD; }

 span { border-color: rgb(151,156,173); }

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