#979FDE

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

Shades of Portage #979FDE

Tints of Portage #979FDE

Color information

#979FDE (or 0x979FDE) is unknown color: approx Portage. HEX triplet: 97, 9F and DE. RGB value is (151,159,222). Sum of RGB (Red+Green+Blue) = 151+159+222=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #979FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FDE is #686021. Grayscale: #A3A3A3. Windows color (decimal): -6840354 or 14589847. OLE color: 14589847.

HSL color Cylindrical-coordinate representation of color #979FDE: hue angle of 233.24º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979FDE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151159222-
CMYK0.320.2800.13
HSL233.24º51.82%73.14%-
HSV(B)233.24º31.98%87.06%-
XYZ38.3536.6574.16-
YUV163.79160.85118.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=28.38%
G=29.89%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511592220.320.2800.13233.2451.8273.14
Hex979FDE201C0De93449
Octal227237336403401535164111
Binary1001011110011111110111101000001110001101111010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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