#979AEB

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

Shades of Portage #979AEB

Tints of Portage #979AEB

Color information

#979AEB (or 0x979AEB) is unknown color: approx Portage. HEX triplet: 97, 9A and EB. RGB value is (151,154,235). Sum of RGB (Red+Green+Blue) = 151+154+235=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #979AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AEB is #686514. Grayscale: #A2A2A2. Windows color (decimal): -6841621 or 15440535. OLE color: 15440535.

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

Color convert

RGB151154235-
CMYK0.360.3400.08
HSL237.86º67.74%75.69%-
HSV(B)237.86º35.74%92.16%-
XYZ39.3135.6983.41-
YUV162.34169.01119.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.96%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=27.96%
G=28.52%
B=43.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511542350.360.3400.08237.8667.7475.69
Hex979AEB242208ee444c
Octal2272323534442010356104114
Binary100101111001101011101011100100100010010001110111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,154,235); }

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

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

 a { background-color: rgb(151,154,235); }

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

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

 span { border-color: rgb(151,154,235); }

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