#979DBA

Color #979DBA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #979DBA

Tints of Rock Blue #979DBA

Color information

#979DBA (or 0x979DBA) is unknown color: approx 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

RGB151157186-
CMYK0.190.1600.27
HSL229.71º20.23%66.08%-
HSV(B)229.71º18.82%72.94%-
XYZ33.6834.2451.29-
YUV158.51143.51122.64-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511571860.190.1600.27229.7120.2366.08
Hex979DBA131001Be61442
Octal227235272232003334624102
Binary100101111001110110111010100111000001101111100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>