#979BF5

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

Shades of Portage #979BF5

Tints of Portage #979BF5

Color information

#979BF5 (or 0x979BF5) is unknown color: approx Portage. HEX triplet: 97, 9B and F5. RGB value is (151,155,245). Sum of RGB (Red+Green+Blue) = 151+155+245=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #979BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BF5 is #68640A. Grayscale: #A3A3A3. Windows color (decimal): -6841355 or 16096151. OLE color: 16096151.

HSL color Cylindrical-coordinate representation of color #979BF5: hue angle of 237.45º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979BF5 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151155245-
CMYK0.380.3700.04
HSL237.45º82.46%77.65%-
HSV(B)237.45º38.37%96.08%-
XYZ40.9736.6191.29-
YUV164.06173.67118.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.40%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=27.40%
G=28.13%
B=44.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511552450.380.3700.04237.4582.4677.65
Hex979BF5262504ed524e
Octal227233365464504355122116
Binary10010111100110111111010110011010010101001110110110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,245); }

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

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

 a { background-color: rgb(151,155,245); }

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

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

 span { border-color: rgb(151,155,245); }

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