#979EFB

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

Shades of Portage #979EFB

Tints of Portage #979EFB

Color information

#979EFB (or 0x979EFB) is unknown color: approx Portage. HEX triplet: 97, 9E and FB. RGB value is (151,158,251). Sum of RGB (Red+Green+Blue) = 151+158+251=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #979EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EFB is #686104. Grayscale: #A6A6A6. Windows color (decimal): -6840581 or 16490135. OLE color: 16490135.

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

Color convert

RGB151158251-
CMYK0.400.3700.02
HSL235.8º92.59%78.82%-
HSV(B)235.8º39.84%98.43%-
XYZ42.43896.37-
YUV166.51175.68116.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=26.96%
G=28.21%
B=44.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511582510.400.3700.02235.892.5978.82
Hex979EFB282502ec5d4f
Octal227236373504502354135117
Binary1001011110011110111110111010001001010101110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,158,251); }

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

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

 a { background-color: rgb(151,158,251); }

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

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

 span { border-color: rgb(151,158,251); }

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