#979FEC

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

Shades of Portage #979FEC

Tints of Portage #979FEC

Color information

#979FEC (or 0x979FEC) is unknown color: approx Portage. HEX triplet: 97, 9F and EC. RGB value is (151,159,236). Sum of RGB (Red+Green+Blue) = 151+159+236=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #979FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FEC is #686013. Grayscale: #A5A5A5. Windows color (decimal): -6840340 or 15507351. OLE color: 15507351.

HSL color Cylindrical-coordinate representation of color #979FEC: hue angle of 234.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979FEC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151159236-
CMYK0.360.3300.07
HSL234.35º69.11%75.88%-
HSV(B)234.35º36.02%92.55%-
XYZ40.337.4384.46-
YUV165.39167.85117.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=27.66%
G=29.12%
B=43.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511592360.360.3300.07234.3569.1175.88
Hex979FEC242107ea454c
Octal227237354444107352105114
Binary10010111100111111110110010010010000101111110101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,236); }

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

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

 a { background-color: rgb(151,159,236); }

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

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

 span { border-color: rgb(151,159,236); }

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