#8992EB

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

Shades of Portage #8992EB

Tints of Portage #8992EB

Color information

#8992EB (or 0x8992EB) is unknown color: approx Portage. HEX triplet: 89, 92 and EB. RGB value is (137,146,235). Sum of RGB (Red+Green+Blue) = 137+146+235=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #8992EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992EB is #766D14. Grayscale: #999999. Windows color (decimal): -7761173 or 15438473. OLE color: 15438473.

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

Color convert

RGB137146235-
CMYK0.420.3800.08
HSL234.49º71.01%72.94%-
HSV(B)234.49º41.7%92.16%-
XYZ35.5931.8782.87-
YUV153.45174.02116.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=26.45%
G=28.19%
B=45.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371462350.420.3800.08234.4971.0172.94
Hex8992EB2A2608ea4749
Octal2112223535246010352107111
Binary100010011001001011101011101010100110010001110101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8992EB; }

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

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

<style>
 a { background-color: #8992EB; }

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

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

<style>
 span { border-color: #8992EB; }

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

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