#929AE4

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

Shades of Portage #929AE4

Tints of Portage #929AE4

Color information

#929AE4 (or 0x929AE4) is unknown color: approx Portage. HEX triplet: 92, 9A and E4. RGB value is (146,154,228). Sum of RGB (Red+Green+Blue) = 146+154+228=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #929AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AE4 is #6D651B. Grayscale: #9F9F9F. Windows color (decimal): -7169308 or 14981778. OLE color: 14981778.

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

Color convert

RGB146154228-
CMYK0.360.3200.11
HSL234.15º60.29%73.33%-
HSV(B)234.15º35.96%89.41%-
XYZ37.4134.8278.15-
YUV160.04166.35117.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=27.65%
G=29.17%
B=43.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461542280.360.3200.11234.1560.2973.33
Hex929AE424200Bea3c49
Octal222232344444001335274111
Binary10010010100110101110010010010010000001011111010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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