#8489D4

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

Shades of Portage #8489D4

Tints of Portage #8489D4

Color information

#8489D4 (or 0x8489D4) is unknown color: approx Portage. HEX triplet: 84, 89 and D4. RGB value is (132,137,212). Sum of RGB (Red+Green+Blue) = 132+137+212=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #8489D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489D4 is #7B762B. Grayscale: #8F8F8F. Windows color (decimal): -8091180 or 13928836. OLE color: 13928836.

HSL color Cylindrical-coordinate representation of color #8489D4: hue angle of 236.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8489D4 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB132137212-
CMYK0.380.3500.17
HSL236.25º48.19%67.45%-
HSV(B)236.25º37.74%83.14%-
XYZ30.3527.5566.01-
YUV144.06166.34119.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=27.44%
G=28.48%
B=44.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1321372120.380.3500.17236.2548.1967.45
Hex8489D42623011ec3043
Octal204211324464302135460103
Binary100001001000100111010100100110100011010001111011001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8489D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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