#979BFA

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

Shades of Portage #979BFA

Tints of Portage #979BFA

Color information

#979BFA (or 0x979BFA) is unknown color: approx Portage. HEX triplet: 97, 9B and FA. RGB value is (151,155,250). Sum of RGB (Red+Green+Blue) = 151+155+250=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #979BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFA is #686405. Grayscale: #A4A4A4. Windows color (decimal): -6841350 or 16423831. OLE color: 16423831.

HSL color Cylindrical-coordinate representation of color #979BFA: hue angle of 237.58º 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 #979BFA is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151155250-
CMYK0.400.3800.02
HSL237.58º90.83%78.63%-
HSV(B)237.58º39.6%98.04%-
XYZ41.7436.9295.37-
YUV164.63176.17118.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=27.16%
G=27.88%
B=44.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511552500.400.3800.02237.5890.8378.63
Hex979BFA282602ee5b4f
Octal227233372504602356133117
Binary1001011110011011111110101010001001100101110111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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