Html Css Color HEX #979DAF Rock Blue

📋 copy color: '#979DAF'

red 151 ◦ green 157 ◦ blue 175

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

Shades of Rock Blue #979DAF

Tints of Rock Blue #979DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 31.26%
G = 32.51%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#979DAF (or 0x979DAF) is known color: Rock Blue. HEX triplet: 97, 9D and AF. RGB value is (151,157,175). Sum of RGB (Red+Green+Blue) = 151+157+175=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #979DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DAF is #686250. Grayscale: #9D9D9D. Windows color (decimal): -6840913 or 11509143. OLE color: 11509143.

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

Color convert

RGB 151 157 175 -
CMYK 0.14 0.10 0 0.31
HSL 225º 0.13% 0.64% -
HSV(B) 225º 0.14% 0.69% -
XYZ 32.56 33.79 45.36 -
YUV 157.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 151 157 175 0.14 0.10 0 0.31 225 0.13 0.64
Hex 97 9D AF E A 0 1F E1 D 40
Octal 227 235 257 16 12 0 37 341 15 100
Binary 10010111 10011101 10101111 1110 1010 0 11111 11100001 1101 1000000

Color Harmonies of #979DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DAF

Black with #979DAF

Text Example


Text Example

White with #979DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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