#8489DF

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

Shades of Portage #8489DF

Tints of Portage #8489DF

Color information

#8489DF (or 0x8489DF) is unknown color: approx Portage. HEX triplet: 84, 89 and DF. RGB value is (132,137,223). Sum of RGB (Red+Green+Blue) = 132+137+223=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #8489DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489DF is #7B7620. Grayscale: #909090. Windows color (decimal): -8091169 or 14649732. OLE color: 14649732.

HSL color Cylindrical-coordinate representation of color #8489DF: hue angle of 236.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8489DF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132137223-
CMYK0.410.3900.13
HSL236.7º58.71%69.61%-
HSV(B)236.7º40.81%87.45%-
XYZ31.7828.1273.57-
YUV145.31171.84118.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=26.83%
G=27.85%
B=45.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321372230.410.3900.13236.758.7169.61
Hex8489DF29270Ded3b46
Octal204211337514701535573106
Binary10000100100010011101111110100110011101101111011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8489DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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