#8489CE

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

Shades of Portage #8489CE

Tints of Portage #8489CE

Color information

#8489CE (or 0x8489CE) is unknown color: approx Portage. HEX triplet: 84, 89 and CE. RGB value is (132,137,206). Sum of RGB (Red+Green+Blue) = 132+137+206=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8489CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489CE is #7B7631. Grayscale: #8F8F8F. Windows color (decimal): -8091186 or 13535620. OLE color: 13535620.

HSL color Cylindrical-coordinate representation of color #8489CE: hue angle of 235.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8489CE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132137206-
CMYK0.360.3300.19
HSL235.95º43.02%66.27%-
HSV(B)235.95º35.92%80.78%-
XYZ29.627.2562.09-
YUV143.37163.34119.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=27.79%
G=28.84%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321372060.360.3300.19235.9543.0266.27
Hex8489CE2421013ec2b42
Octal204211316444102335453102
Binary100001001000100111001110100100100001010011111011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8489CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8489CE; }

 p { color: rgb(132,137,206); }

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

<style>
 a { background-color: #8489CE; }

 a { background-color: rgb(132,137,206); }

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

<style>
 span { border-color: #8489CE; }

 span { border-color: rgb(132,137,206); }

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