#8C9AE7

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

Shades of Portage #8C9AE7

Tints of Portage #8C9AE7

Color information

#8C9AE7 (or 0x8C9AE7) is unknown color: approx Portage. HEX triplet: 8C, 9A and E7. RGB value is (140,154,231). Sum of RGB (Red+Green+Blue) = 140+154+231=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9AE7 is #736518. Grayscale: #9E9E9E. Windows color (decimal): -7562521 or 15178380. OLE color: 15178380.

HSL color Cylindrical-coordinate representation of color #8C9AE7: hue angle of 230.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C9AE7 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140154231-
CMYK0.390.3300.09
HSL230.77º65.47%72.75%-
HSV(B)230.77º39.39%90.59%-
XYZ36.7934.4680.31-
YUV158.59168.86114.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 231 (90.62% from 255) = 44%
R=26.67%
G=29.33%
B=44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401542310.390.3300.09230.7765.4772.75
Hex8C9AE7272109e74149
Octal2142323474741011347101111
Binary100011001001101011100111100111100001010011110011110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,231); }

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

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

 a { background-color: rgb(140,154,231); }

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

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

 span { border-color: rgb(140,154,231); }

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