#979EF9

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

Shades of Portage #979EF9

Tints of Portage #979EF9

Color information

#979EF9 (or 0x979EF9) is unknown color: approx Portage. HEX triplet: 97, 9E and F9. RGB value is (151,158,249). Sum of RGB (Red+Green+Blue) = 151+158+249=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #979EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EF9 is #686106. Grayscale: #A5A5A5. Windows color (decimal): -6840583 or 16359063. OLE color: 16359063.

HSL color Cylindrical-coordinate representation of color #979EF9: hue angle of 235.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #979EF9 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151158249-
CMYK0.390.3700.02
HSL235.71º89.09%78.43%-
HSV(B)235.71º39.36%97.65%-
XYZ42.0937.8794.71-
YUV166.28174.68117.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=27.06%
G=28.32%
B=44.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511582490.390.3700.02235.7189.0978.43
Hex979EF9272502ec594e
Octal227236371474502354131116
Binary1001011110011110111110011001111001010101110110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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