#929AE2

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

Shades of Portage #929AE2

Tints of Portage #929AE2

Color information

#929AE2 (or 0x929AE2) is unknown color: approx Portage. HEX triplet: 92, 9A and E2. RGB value is (146,154,226). Sum of RGB (Red+Green+Blue) = 146+154+226=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #929AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AE2 is #6D651D. Grayscale: #9F9F9F. Windows color (decimal): -7169310 or 14850706. OLE color: 14850706.

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

Color convert

RGB146154226-
CMYK0.350.3200.11
HSL234º57.97%72.94%-
HSV(B)234º35.4%88.63%-
XYZ37.1434.7176.69-
YUV159.82165.35118.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 226 (88.67% from 255) = 42.97%
R=27.76%
G=29.28%
B=42.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461542260.350.3200.1123457.9772.94
Hex929AE223200Bea3a49
Octal222232342434001335272111
Binary10010010100110101110001010001110000001011111010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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