#979AE3

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

Shades of Portage #979AE3

Tints of Portage #979AE3

Color information

#979AE3 (or 0x979AE3) is unknown color: approx Portage. HEX triplet: 97, 9A and E3. RGB value is (151,154,227). Sum of RGB (Red+Green+Blue) = 151+154+227=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #979AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AE3 is #68651C. Grayscale: #A1A1A1. Windows color (decimal): -6841629 or 14916247. OLE color: 14916247.

HSL color Cylindrical-coordinate representation of color #979AE3: hue angle of 237.63º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #979AE3 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151154227-
CMYK0.330.3200.11
HSL237.63º57.58%74.12%-
HSV(B)237.63º33.48%89.02%-
XYZ38.1835.2477.46-
YUV161.43165.01120.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=28.38%
G=28.95%
B=42.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511542270.330.3200.11237.6357.5874.12
Hex979AE321200Bee3a4a
Octal227232343414001335672112
Binary10010111100110101110001110000110000001011111011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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