#8E98CC

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

Shades of Portage #8E98CC

Tints of Portage #8E98CC

Color information

#8E98CC (or 0x8E98CC) is unknown color: approx Portage. HEX triplet: 8E, 98 and CC. RGB value is (142,152,204). Sum of RGB (Red+Green+Blue) = 142+152+204=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E98CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98CC is #716733. Grayscale: #9A9A9A. Windows color (decimal): -7431988 or 13408398. OLE color: 13408398.

HSL color Cylindrical-coordinate representation of color #8E98CC: hue angle of 230.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E98CC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142152204-
CMYK0.300.2500.2
HSL230.32º37.8%67.84%-
HSV(B)230.32º30.39%80%-
XYZ33.2832.5761.66-
YUV154.94155.69118.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=28.51%
G=30.52%
B=40.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421522040.300.2500.2230.3237.867.84
Hex8E98CC1E19014e62644
Octal216230314363102434646104
Binary1000111010011000110011001111011001010100111001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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