#979FFA

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

Shades of Portage #979FFA

Tints of Portage #979FFA

Color information

#979FFA (or 0x979FFA) is unknown color: approx Portage. HEX triplet: 97, 9F and FA. RGB value is (151,159,250). Sum of RGB (Red+Green+Blue) = 151+159+250=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #979FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFA is #686005. Grayscale: #A6A6A6. Windows color (decimal): -6840326 or 16424855. OLE color: 16424855.

HSL color Cylindrical-coordinate representation of color #979FFA: hue angle of 235.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979FFA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151159250-
CMYK0.400.3600.02
HSL235.15º90.83%78.63%-
HSV(B)235.15º39.6%98.04%-
XYZ42.4238.2895.6-
YUV166.98174.85116.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=26.96%
G=28.39%
B=44.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511592500.400.3600.02235.1590.8378.63
Hex979FFA282402eb5b4f
Octal227237372504402353133117
Binary1001011110011111111110101010001001000101110101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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