#8E98E4

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

Shades of Portage #8E98E4

Tints of Portage #8E98E4

Color information

#8E98E4 (or 0x8E98E4) is unknown color: approx Portage. HEX triplet: 8E, 98 and E4. RGB value is (142,152,228). Sum of RGB (Red+Green+Blue) = 142+152+228=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E98E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98E4 is #71671B. Grayscale: #9D9D9D. Windows color (decimal): -7431964 or 14981262. OLE color: 14981262.

HSL color Cylindrical-coordinate representation of color #8E98E4: hue angle of 233.02º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E98E4 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142152228-
CMYK0.380.3300.11
HSL233.02º61.43%72.55%-
HSV(B)233.02º37.72%89.41%-
XYZ36.3933.8178.01-
YUV157.67167.69116.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 228 (89.45% from 255) = 43.68%
R=27.20%
G=29.12%
B=43.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421522280.380.3300.11233.0261.4372.55
Hex8E98E426210Be93d49
Octal216230344464101335175111
Binary10001110100110001110010010011010000101011111010011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,228); }

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

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

 a { background-color: rgb(142,152,228); }

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

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

 span { border-color: rgb(142,152,228); }

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