#979BDC

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

Shades of Portage #979BDC

Tints of Portage #979BDC

Color information

#979BDC (or 0x979BDC) is unknown color: approx Portage. HEX triplet: 97, 9B and DC. RGB value is (151,155,220). Sum of RGB (Red+Green+Blue) = 151+155+220=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #979BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDC is #686423. Grayscale: #A0A0A0. Windows color (decimal): -6841380 or 14457751. OLE color: 14457751.

HSL color Cylindrical-coordinate representation of color #979BDC: hue angle of 236.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979BDC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151155220-
CMYK0.310.3000.14
HSL236.52º49.64%72.75%-
HSV(B)236.52º31.36%86.27%-
XYZ37.435.1972.53-
YUV161.21161.17120.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=28.71%
G=29.47%
B=41.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511552200.310.3000.14236.5249.6472.75
Hex979BDC1F1E0Eed3249
Octal227233334373601635562111
Binary100101111001101111011100111111111001110111011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,220); }

 H1.HeaderClassName
 {
   color: #979BDC;
 }
 .AnyTagClassName
 {
   color: #979BDC;
 }
</style>
background-color css

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

 a { background-color: rgb(151,155,220); }

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

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

 span { border-color: rgb(151,155,220); }

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