#8A92E4

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

Shades of Portage #8A92E4

Tints of Portage #8A92E4

Color information

#8A92E4 (or 0x8A92E4) is unknown color: approx Portage. HEX triplet: 8A, 92 and E4. RGB value is (138,146,228). Sum of RGB (Red+Green+Blue) = 138+146+228=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A92E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A92E4 is #756D1B. Grayscale: #989898. Windows color (decimal): -7695644 or 14979722. OLE color: 14979722.

HSL color Cylindrical-coordinate representation of color #8A92E4: hue angle of 234.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A92E4 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138146228-
CMYK0.390.3600.11
HSL234.67º62.5%71.76%-
HSV(B)234.67º39.47%89.41%-
XYZ34.7631.5677.66-
YUV152.96170.35117.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 228 (89.45% from 255) = 44.53%
R=26.95%
G=28.52%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381462280.390.3600.11234.6762.571.76
Hex8A92E427240Beb3e48
Octal212222344474401335376110
Binary10001010100100101110010010011110010001011111010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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