#979DF8

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

Shades of Portage #979DF8

Tints of Portage #979DF8

Color information

#979DF8 (or 0x979DF8) is unknown color: approx Portage. HEX triplet: 97, 9D and F8. RGB value is (151,157,248). Sum of RGB (Red+Green+Blue) = 151+157+248=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #979DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DF8 is #686207. Grayscale: #A5A5A5. Windows color (decimal): -6840840 or 16293271. OLE color: 16293271.

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

Color convert

RGB151157248-
CMYK0.390.3700.03
HSL236.29º87.39%78.24%-
HSV(B)236.29º39.11%97.25%-
XYZ41.7637.4793.84-
YUV165.58174.51117.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 248 (97.27% from 255) = 44.60%
R=27.16%
G=28.24%
B=44.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511572480.390.3700.03236.2987.3978.24
Hex979DF8272503ec574e
Octal227235370474503354127116
Binary1001011110011101111110001001111001010111110110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,248); }

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

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

 a { background-color: rgb(151,157,248); }

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

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

 span { border-color: rgb(151,157,248); }

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