#979FE2

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

Shades of Portage #979FE2

Tints of Portage #979FE2

Color information

#979FE2 (or 0x979FE2) is unknown color: approx Portage. HEX triplet: 97, 9F and E2. RGB value is (151,159,226). Sum of RGB (Red+Green+Blue) = 151+159+226=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #979FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FE2 is #68601D. Grayscale: #A3A3A3. Windows color (decimal): -6840350 or 14851991. OLE color: 14851991.

HSL color Cylindrical-coordinate representation of color #979FE2: hue angle of 233.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #979FE2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151159226-
CMYK0.330.3000.11
HSL233.6º56.39%73.92%-
HSV(B)233.6º33.19%88.63%-
XYZ38.8936.8777.02-
YUV164.25162.85118.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=28.17%
G=29.66%
B=42.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511592260.330.3000.11233.656.3973.92
Hex979FE2211E0Bea384a
Octal227237342413601335270112
Binary1001011110011111111000101000011111001011111010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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