#979FFC

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

Shades of Portage #979FFC

Tints of Portage #979FFC

Color information

#979FFC (or 0x979FFC) is unknown color: approx Portage. HEX triplet: 97, 9F and FC. RGB value is (151,159,252). Sum of RGB (Red+Green+Blue) = 151+159+252=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #979FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFC is #686003. Grayscale: #A6A6A6. Windows color (decimal): -6840324 or 16555927. OLE color: 16555927.

HSL color Cylindrical-coordinate representation of color #979FFC: hue angle of 235.25º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979FFC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151159252-
CMYK0.400.3700.01
HSL235.25º94.39%79.02%-
HSV(B)235.25º40.08%98.82%-
XYZ42.7338.497.26-
YUV167.21175.85116.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=26.87%
G=28.29%
B=44.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511592520.400.3700.01235.2594.3979.02
Hex979FFC282501eb5e4f
Octal227237374504501353136117
Binary100101111001111111111100101000100101011110101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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