#979EDC

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

Shades of Portage #979EDC

Tints of Portage #979EDC

Color information

#979EDC (or 0x979EDC) is unknown color: approx Portage. HEX triplet: 97, 9E and DC. RGB value is (151,158,220). Sum of RGB (Red+Green+Blue) = 151+158+220=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #979EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EDC is #686123. Grayscale: #A2A2A2. Windows color (decimal): -6840612 or 14458519. OLE color: 14458519.

HSL color Cylindrical-coordinate representation of color #979EDC: hue angle of 233.91º 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 #979EDC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151158220-
CMYK0.310.2800.14
HSL233.91º49.64%72.75%-
HSV(B)233.91º31.36%86.27%-
XYZ37.9136.272.7-
YUV162.98160.18119.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=28.54%
G=29.87%
B=41.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511582200.310.2800.14233.9149.6472.75
Hex979EDC1F1C0Eea3249
Octal227236334373401635262111
Binary100101111001111011011100111111110001110111010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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