#979FEB

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

Shades of Portage #979FEB

Tints of Portage #979FEB

Color information

#979FEB (or 0x979FEB) is unknown color: approx Portage. HEX triplet: 97, 9F and EB. RGB value is (151,159,235). Sum of RGB (Red+Green+Blue) = 151+159+235=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #979FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FEB is #686014. Grayscale: #A4A4A4. Windows color (decimal): -6840341 or 15441815. OLE color: 15441815.

HSL color Cylindrical-coordinate representation of color #979FEB: hue angle of 234.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979FEB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151159235-
CMYK0.360.3200.08
HSL234.29º67.74%75.69%-
HSV(B)234.29º35.74%92.16%-
XYZ40.1637.3783.69-
YUV165.27167.35117.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=27.71%
G=29.17%
B=43.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511592350.360.3200.08234.2967.7475.69
Hex979FEB242008ea444c
Octal2272373534440010352104114
Binary100101111001111111101011100100100000010001110101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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