#979EEC

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

Shades of Portage #979EEC

Tints of Portage #979EEC

Color information

#979EEC (or 0x979EEC) is unknown color: approx Portage. HEX triplet: 97, 9E and EC. RGB value is (151,158,236). Sum of RGB (Red+Green+Blue) = 151+158+236=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #979EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EEC is #686113. Grayscale: #A4A4A4. Windows color (decimal): -6840596 or 15507095. OLE color: 15507095.

HSL color Cylindrical-coordinate representation of color #979EEC: hue angle of 235.06º 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 #979EEC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151158236-
CMYK0.360.3300.07
HSL235.06º69.11%75.88%-
HSV(B)235.06º36.02%92.55%-
XYZ40.1337.0984.4-
YUV164.8168.18118.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=27.71%
G=28.99%
B=43.30%

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
Decimal1511582360.360.3300.07235.0669.1175.88
Hex979EEC242107eb454c
Octal227236354444107353105114
Binary10010111100111101110110010010010000101111110101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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