Html Css Color HEX #979DBA Rock Blue

📋 copy color: '#979DBA'

red 151 ◦ green 157 ◦ blue 186

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

Shades of Rock Blue #979DBA

Tints of Rock Blue #979DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 30.57%
G = 31.78%
B = 37.65%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#979DBA (or 0x979DBA) is known color: Rock Blue. HEX triplet: 97, 9D and BA. RGB value is (151,157,186). Sum of RGB (Red+Green+Blue) = 151+157+186=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #979DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DBA is #686245. Grayscale: #9E9E9E. Windows color (decimal): -6840902 or 12230039. OLE color: 12230039.

HSL color Cylindrical-coordinate representation of color #979DBA: hue angle of 229.71º degrees, saturation: 0.2, 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 #979DBA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 157 186 -
CMYK 0.19 0.16 0 0.27
HSL 229.71º 0.2% 0.66% -
HSV(B) 229.71º 0.19% 0.73% -
XYZ 33.68 34.24 51.29 -
YUV 158.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 151 157 186 0.19 0.16 0 0.27 229.71 0.2 0.66
Hex 97 9D BA 13 10 0 1B E6 14 42
Octal 227 235 272 23 20 0 33 346 24 102
Binary 10010111 10011101 10111010 10011 10000 0 11011 11100110 10100 1000010

Color Harmonies of #979DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DBA

Black with #979DBA

Text Example


Text Example

White with #979DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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