#8A92EB

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

Shades of Portage #8A92EB

Tints of Portage #8A92EB

Color information

#8A92EB (or 0x8A92EB) is unknown color: approx Portage. HEX triplet: 8A, 92 and EB. RGB value is (138,146,235). Sum of RGB (Red+Green+Blue) = 138+146+235=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A92EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A92EB is #756D14. Grayscale: #999999. Windows color (decimal): -7695637 or 15438474. OLE color: 15438474.

HSL color Cylindrical-coordinate representation of color #8A92EB: hue angle of 235.05º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A92EB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138146235-
CMYK0.410.3800.08
HSL235.05º70.8%73.14%-
HSV(B)235.05º41.28%92.16%-
XYZ35.7631.9682.88-
YUV153.75173.85116.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=26.59%
G=28.13%
B=45.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381462350.410.3800.08235.0570.873.14
Hex8A92EB292608eb4749
Octal2122223535146010353107111
Binary100010101001001011101011101001100110010001110101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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