#919AEC

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

Shades of Portage #919AEC

Tints of Portage #919AEC

Color information

#919AEC (or 0x919AEC) is unknown color: approx Portage. HEX triplet: 91, 9A and EC. RGB value is (145,154,236). Sum of RGB (Red+Green+Blue) = 145+154+236=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #919AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AEC is #6E6513. Grayscale: #A0A0A0. Windows color (decimal): -7234836 or 15506065. OLE color: 15506065.

HSL color Cylindrical-coordinate representation of color #919AEC: hue angle of 234.07º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919AEC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145154236-
CMYK0.390.3500.07
HSL234.07º70.54%74.71%-
HSV(B)234.07º38.56%92.55%-
XYZ38.3735.1984.13-
YUV160.66170.52116.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=27.10%
G=28.79%
B=44.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451542360.390.3500.07234.0770.5474.71
Hex919AEC272307ea474b
Octal221232354474307352107113
Binary10010001100110101110110010011110001101111110101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919AEC; }

 p { color: rgb(145,154,236); }

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

<style>
 a { background-color: #919AEC; }

 a { background-color: rgb(145,154,236); }

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

<style>
 span { border-color: #919AEC; }

 span { border-color: rgb(145,154,236); }

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