Html Css Color HEX #979FBB Rock Blue

📋 copy color: '#979FBB'

red 151 ◦ green 159 ◦ blue 187

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

Shades of Rock Blue #979FBB

Tints of Rock Blue #979FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 30.38%
G = 31.99%
B = 37.63%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#979FBB (or 0x979FBB) is known color: Rock Blue. HEX triplet: 97, 9F and BB. RGB value is (151,159,187). Sum of RGB (Red+Green+Blue) = 151+159+187=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #979FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FBB is #686044. Grayscale: #9F9F9F. Windows color (decimal): -6840389 or 12296087. OLE color: 12296087.

HSL color Cylindrical-coordinate representation of color #979FBB: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #979FBB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 159 187 -
CMYK 0.19 0.15 0 0.27
HSL 226.67º 0.21% 0.66% -
HSV(B) 226.67º 0.19% 0.73% -
XYZ 34.13 34.96 51.96 -
YUV 159.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 151 159 187 0.19 0.15 0 0.27 226.67 0.21 0.66
Hex 97 9F BB 13 F 0 1B E3 15 42
Octal 227 237 273 23 17 0 33 343 25 102
Binary 10010111 10011111 10111011 10011 1111 0 11011 11100011 10101 1000010

Color Harmonies of #979FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FBB

Black with #979FBB

Text Example


Text Example

White with #979FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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