#979AE4

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

Shades of Portage #979AE4

Tints of Portage #979AE4

Color information

#979AE4 (or 0x979AE4) is unknown color: approx Portage. HEX triplet: 97, 9A and E4. RGB value is (151,154,228). Sum of RGB (Red+Green+Blue) = 151+154+228=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #979AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AE4 is #68651B. Grayscale: #A1A1A1. Windows color (decimal): -6841628 or 14981783. OLE color: 14981783.

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

Color convert

RGB151154228-
CMYK0.340.3200.11
HSL237.66º58.78%74.31%-
HSV(B)237.66º33.77%89.41%-
XYZ38.3235.2978.19-
YUV161.54165.51120.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=28.33%
G=28.89%
B=42.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511542280.340.3200.11237.6658.7874.31
Hex979AE422200Bee3b4a
Octal227232344424001335673112
Binary10010111100110101110010010001010000001011111011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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