#8892EE

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

Shades of Portage #8892EE

Tints of Portage #8892EE

Color information

#8892EE (or 0x8892EE) is unknown color: approx Portage. HEX triplet: 88, 92 and EE. RGB value is (136,146,238). Sum of RGB (Red+Green+Blue) = 136+146+238=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #8892EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8892EE is #776D11. Grayscale: #999999. Windows color (decimal): -7826706 or 15635080. OLE color: 15635080.

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

Color convert

RGB136146238-
CMYK0.430.3900.07
HSL234.12º75%73.33%-
HSV(B)234.12º42.86%93.33%-
XYZ35.8631.9785.17-
YUV153.5175.69115.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 45.77%
R=26.15%
G=28.08%
B=45.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361462380.430.3900.07234.127573.33
Hex8892EE2B2707ea4b49
Octal210222356534707352113111
Binary10001000100100101110111010101110011101111110101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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