Html Css Color HEX #979EBC Rock Blue

📋 copy color: '#979EBC'

red 151 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #979EBC

Tints of Rock Blue #979EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 30.38%
G = 31.79%
B = 37.83%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#979EBC (or 0x979EBC) is known color: Rock Blue. HEX triplet: 97, 9E and BC. RGB value is (151,158,188). Sum of RGB (Red+Green+Blue) = 151+158+188=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #979EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EBC is #686143. Grayscale: #9F9F9F. Windows color (decimal): -6840644 or 12361367. OLE color: 12361367.

HSL color Cylindrical-coordinate representation of color #979EBC: hue angle of 228.65º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #979EBC is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 158 188 -
CMYK 0.20 0.16 0 0.26
HSL 228.65º 0.22% 0.66% -
HSV(B) 228.65º 0.2% 0.74% -
XYZ 34.07 34.66 52.47 -
YUV 159.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 151 158 188 0.20 0.16 0 0.26 228.65 0.22 0.66
Hex 97 9E BC 14 10 0 1A E5 16 42
Octal 227 236 274 24 20 0 32 345 26 102
Binary 10010111 10011110 10111100 10100 10000 0 11010 11100101 10110 1000010

Color Harmonies of #979EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EBC

Black with #979EBC

Text Example


Text Example

White with #979EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,188); }

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

background-color css

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

 a { background-color: rgb(151,158,188); }

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

border-color css

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

 span { border-color: rgb(151,158,188); }

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