Html Css Color HEX #979DAE Rock Blue

📋 copy color: '#979DAE'

red 151 ◦ green 157 ◦ blue 174

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

Shades of Rock Blue #979DAE

Tints of Rock Blue #979DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 31.33%
G = 32.57%
B = 36.1%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#979DAE (or 0x979DAE) is known color: Rock Blue. HEX triplet: 97, 9D and AE. RGB value is (151,157,174). Sum of RGB (Red+Green+Blue) = 151+157+174=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #979DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DAE is #686251. Grayscale: #9D9D9D. Windows color (decimal): -6840914 or 11443607. OLE color: 11443607.

HSL color Cylindrical-coordinate representation of color #979DAE: hue angle of 224.35º 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 #979DAE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 157 174 -
CMYK 0.13 0.10 0 0.32
HSL 224.35º 0.12% 0.64% -
HSV(B) 224.35º 0.13% 0.68% -
XYZ 32.46 33.75 44.85 -
YUV 157.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 151 157 174 0.13 0.10 0 0.32 224.35 0.12 0.64
Hex 97 9D AE D A 0 20 E0 C 40
Octal 227 235 256 15 12 0 40 340 14 100
Binary 10010111 10011101 10101110 1101 1010 0 100000 11100000 1100 1000000

Color Harmonies of #979DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DAE

Black with #979DAE

Text Example


Text Example

White with #979DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,157,174); }

 H1.HeaderClassName
 {
   color: #979DAE;
 }
 .AnyTagClassName
 {
   color: #979DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(151,157,174); }

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

border-color css

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

 span { border-color: rgb(151,157,174); }

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