#8E9ACB

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

Shades of Portage #8E9ACB

Tints of Portage #8E9ACB

Color information

#8E9ACB (or 0x8E9ACB) is unknown color: approx Portage. HEX triplet: 8E, 9A and CB. RGB value is (142,154,203). Sum of RGB (Red+Green+Blue) = 142+154+203=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACB is #716534. Grayscale: #9B9B9B. Windows color (decimal): -7431477 or 13343374. OLE color: 13343374.

HSL color Cylindrical-coordinate representation of color #8E9ACB: hue angle of 228.2º degrees, saturation: 0.37, 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 #8E9ACB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142154203-
CMYK0.300.2400.20
HSL228.2º36.97%67.65%-
HSV(B)228.2º30.05%79.61%-
XYZ33.4933.1761.14-
YUV156154.52118.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=28.46%
G=30.86%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421542030.300.2400.20228.236.9767.65
Hex8E9ACB1E18014e42544
Octal216232313363002434445104
Binary1000111010011010110010111111011000010100111001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,203); }

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

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

 a { background-color: rgb(142,154,203); }

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

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

 span { border-color: rgb(142,154,203); }

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