#979EFE

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

Shades of Portage #979EFE

Tints of Portage #979EFE

Color information

#979EFE (or 0x979EFE) is unknown color: approx Portage. HEX triplet: 97, 9E and FE. RGB value is (151,158,254). Sum of RGB (Red+Green+Blue) = 151+158+254=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #979EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EFE is #686101. Grayscale: #A6A6A6. Windows color (decimal): -6840578 or 16686743. OLE color: 16686743.

HSL color Cylindrical-coordinate representation of color #979EFE: hue angle of 235.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979EFE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151158254-
CMYK0.410.3800.00
HSL235.92º98.1%79.41%-
HSV(B)235.92º40.55%99.61%-
XYZ42.8838.1998.88-
YUV166.85177.18116.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=26.82%
G=28.06%
B=45.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511582540.410.3800.00235.9298.179.41
Hex979EFE292600ec624f
Octal227236376514600354142117
Binary100101111001111011111110101001100110001110110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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