Html Css Color HEX #979FB7 Rock Blue

📋 copy color: '#979FB7'

red 151 ◦ green 159 ◦ blue 183

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

Shades of Rock Blue #979FB7

Tints of Rock Blue #979FB7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 30.63%
G = 32.25%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#979FB7 (or 0x979FB7) is known color: Rock Blue. HEX triplet: 97, 9F and B7. RGB value is (151,159,183). Sum of RGB (Red+Green+Blue) = 151+159+183=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #979FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FB7 is #686048. Grayscale: #9F9F9F. Windows color (decimal): -6840393 or 12033943. OLE color: 12033943.

HSL color Cylindrical-coordinate representation of color #979FB7: hue angle of 225º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #979FB7 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 159 183 -
CMYK 0.17 0.13 0 0.28
HSL 225º 0.18% 0.65% -
HSV(B) 225º 0.17% 0.72% -
XYZ 33.71 34.79 49.74 -
YUV 159.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 151 159 183 0.17 0.13 0 0.28 225 0.18 0.65
Hex 97 9F B7 11 D 0 1C E1 12 41
Octal 227 237 267 21 15 0 34 341 22 101
Binary 10010111 10011111 10110111 10001 1101 0 11100 11100001 10010 1000001

Color Harmonies of #979FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FB7

Black with #979FB7

Text Example


Text Example

White with #979FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,183); }

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

background-color css

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

 a { background-color: rgb(151,159,183); }

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

border-color css

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

 span { border-color: rgb(151,159,183); }

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