#979BE5

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

Shades of Portage #979BE5

Tints of Portage #979BE5

Color information

#979BE5 (or 0x979BE5) is unknown color: approx Portage. HEX triplet: 97, 9B and E5. RGB value is (151,155,229). Sum of RGB (Red+Green+Blue) = 151+155+229=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #979BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BE5 is #68641A. Grayscale: #A1A1A1. Windows color (decimal): -6841371 or 15047575. OLE color: 15047575.

HSL color Cylindrical-coordinate representation of color #979BE5: hue angle of 236.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979BE5 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB151155229-
CMYK0.340.3200.10
HSL236.92º60%74.51%-
HSV(B)236.92º34.06%89.8%-
XYZ38.6335.6878.98-
YUV162.24165.67119.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=28.22%
G=28.97%
B=42.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1511552290.340.3200.10236.926074.51
Hex979BE522200Aed3c4b
Octal227233345424001235574113
Binary10010111100110111110010110001010000001010111011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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