#979FFE

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

Shades of Portage #979FFE

Tints of Portage #979FFE

Color information

#979FFE (or 0x979FFE) is unknown color: approx Portage. HEX triplet: 97, 9F and FE. RGB value is (151,159,254). Sum of RGB (Red+Green+Blue) = 151+159+254=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #979FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFE is #686001. Grayscale: #A7A7A7. Windows color (decimal): -6840322 or 16686999. OLE color: 16686999.

HSL color Cylindrical-coordinate representation of color #979FFE: hue angle of 235.34º 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 #979FFE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151159254-
CMYK0.410.3700.00
HSL235.34º98.1%79.41%-
HSV(B)235.34º40.55%99.61%-
XYZ43.0538.5398.93-
YUV167.44176.85116.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.77%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=26.77%
G=28.19%
B=45.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511592540.410.3700.00235.3498.179.41
Hex979FFE292500eb624f
Octal227237376514500353142117
Binary100101111001111111111110101001100101001110101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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