#8992EE

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

Shades of Portage #8992EE

Tints of Portage #8992EE

Color information

#8992EE (or 0x8992EE) is unknown color: approx Portage. HEX triplet: 89, 92 and EE. RGB value is (137,146,238). Sum of RGB (Red+Green+Blue) = 137+146+238=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8992EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992EE is #766D11. Grayscale: #999999. Windows color (decimal): -7761170 or 15635081. OLE color: 15635081.

HSL color Cylindrical-coordinate representation of color #8992EE: hue angle of 234.65º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8992EE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137146238-
CMYK0.420.3900.07
HSL234.65º74.81%73.53%-
HSV(B)234.65º42.44%93.33%-
XYZ36.0332.0585.18-
YUV153.8175.52116.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=26.30%
G=28.02%
B=45.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371462380.420.3900.07234.6574.8173.53
Hex8992EE2A2707eb4b4a
Octal211222356524707353113112
Binary10001001100100101110111010101010011101111110101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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