#929AEA

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

Shades of Portage #929AEA

Tints of Portage #929AEA

Color information

#929AEA (or 0x929AEA) is unknown color: approx Portage. HEX triplet: 92, 9A and EA. RGB value is (146,154,234). Sum of RGB (Red+Green+Blue) = 146+154+234=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #929AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929AEA is #6D6515. Grayscale: #A0A0A0. Windows color (decimal): -7169302 or 15374994. OLE color: 15374994.

HSL color Cylindrical-coordinate representation of color #929AEA: hue angle of 234.55º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #929AEA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146154234-
CMYK0.380.3400.08
HSL234.55º67.69%74.51%-
HSV(B)234.55º37.61%91.76%-
XYZ38.2635.1682.61-
YUV160.73169.35117.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.34%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=27.34%
G=28.84%
B=43.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461542340.380.3400.08234.5567.6974.51
Hex929AEA262208eb444b
Octal2222323524642010353104113
Binary100100101001101011101010100110100010010001110101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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