#8E98C6

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

Shades of Portage #8E98C6

Tints of Portage #8E98C6

Color information

#8E98C6 (or 0x8E98C6) is unknown color: approx Portage. HEX triplet: 8E, 98 and C6. RGB value is (142,152,198). Sum of RGB (Red+Green+Blue) = 142+152+198=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98C6 is #716739. Grayscale: #9A9A9A. Windows color (decimal): -7431994 or 13015182. OLE color: 13015182.

HSL color Cylindrical-coordinate representation of color #8E98C6: hue angle of 229.29º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E98C6 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142152198-
CMYK0.280.2300.22
HSL229.29º32.94%66.67%-
HSV(B)229.29º28.28%77.65%-
XYZ32.5832.2857.94-
YUV154.25152.69119.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=28.86%
G=30.89%
B=40.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421521980.280.2300.22229.2932.9466.67
Hex8E98C61C17016e52143
Octal216230306342702634541103
Binary1000111010011000110001101110010111010110111001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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