#92AAE5

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

Shades of Portage #92AAE5

Tints of Portage #92AAE5

Color information

#92AAE5 (or 0x92AAE5) is unknown color: approx Portage. HEX triplet: 92, AA and E5. RGB value is (146,170,229). Sum of RGB (Red+Green+Blue) = 146+170+229=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #92AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE5 is #6D551A. Grayscale: #A9A9A9. Windows color (decimal): -7165211 or 15051410. OLE color: 15051410.

HSL color Cylindrical-coordinate representation of color #92AAE5: hue angle of 222.65º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AAE5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB146170229-
CMYK0.360.2600.10
HSL222.65º61.48%73.53%-
HSV(B)222.65º36.24%89.8%-
XYZ40.3740.5279.82-
YUV169.55161.55111.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=26.79%
G=31.19%
B=42.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1461702290.360.2600.10222.6561.4873.53
Hex92AAE5241A0Adf3d4a
Octal222252345443201233775112
Binary1001001010101010111001011001001101001010110111111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AAE5; }

 p { color: rgb(146,170,229); }

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

<style>
 a { background-color: #92AAE5; }

 a { background-color: rgb(146,170,229); }

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

<style>
 span { border-color: #92AAE5; }

 span { border-color: rgb(146,170,229); }

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