#8A92EC

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

Shades of Portage #8A92EC

Tints of Portage #8A92EC

Color information

#8A92EC (or 0x8A92EC) is unknown color: approx Portage. HEX triplet: 8A, 92 and EC. RGB value is (138,146,236). Sum of RGB (Red+Green+Blue) = 138+146+236=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A92EC is #756D13. Grayscale: #999999. Windows color (decimal): -7695636 or 15504010. OLE color: 15504010.

HSL color Cylindrical-coordinate representation of color #8A92EC: hue angle of 235.1º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A92EC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138146236-
CMYK0.420.3800.07
HSL235.1º72.06%73.33%-
HSV(B)235.1º41.53%92.55%-
XYZ35.932.0283.64-
YUV153.87174.35116.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=26.54%
G=28.08%
B=45.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381462360.420.3800.07235.172.0673.33
Hex8A92EC2A2607eb4849
Octal212222354524607353110111
Binary10001010100100101110110010101010011001111110101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A92EC; }

 p { color: rgb(138,146,236); }

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

<style>
 a { background-color: #8A92EC; }

 a { background-color: rgb(138,146,236); }

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

<style>
 span { border-color: #8A92EC; }

 span { border-color: rgb(138,146,236); }

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