#979BEC

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

Shades of Portage #979BEC

Tints of Portage #979BEC

Color information

#979BEC (or 0x979BEC) is unknown color: approx Portage. HEX triplet: 97, 9B and EC. RGB value is (151,155,236). Sum of RGB (Red+Green+Blue) = 151+155+236=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #979BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BEC is #686413. Grayscale: #A2A2A2. Windows color (decimal): -6841364 or 15506327. OLE color: 15506327.

HSL color Cylindrical-coordinate representation of color #979BEC: hue angle of 237.18º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979BEC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151155236-
CMYK0.360.3400.07
HSL237.18º69.11%75.88%-
HSV(B)237.18º36.02%92.55%-
XYZ39.6236.0884.23-
YUV163.04169.17119.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=27.86%
G=28.60%
B=43.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511552360.360.3400.07237.1869.1175.88
Hex979BEC242207ed454c
Octal227233354444207355105114
Binary10010111100110111110110010010010001001111110110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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