#8499D9

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

Shades of Portage #8499D9

Tints of Portage #8499D9

Color information

#8499D9 (or 0x8499D9) is unknown color: approx Portage. HEX triplet: 84, 99 and D9. RGB value is (132,153,217). Sum of RGB (Red+Green+Blue) = 132+153+217=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #8499D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499D9 is #7B6626. Grayscale: #999999. Windows color (decimal): -8087079 or 14260612. OLE color: 14260612.

HSL color Cylindrical-coordinate representation of color #8499D9: hue angle of 225.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8499D9 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132153217-
CMYK0.390.2900.15
HSL225.18º52.8%68.43%-
HSV(B)225.18º39.17%85.1%-
XYZ33.4332.770.19-
YUV154.02163.54112.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 217 (85.16% from 255) = 43.23%
R=26.29%
G=30.48%
B=43.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321532170.390.2900.15225.1852.868.43
Hex8499D9271D0Fe13544
Octal204231331473501734165104
Binary1000010010011001110110011001111110101111111000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8499D9; }

 p { color: rgb(132,153,217); }

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

<style>
 a { background-color: #8499D9; }

 a { background-color: rgb(132,153,217); }

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

<style>
 span { border-color: #8499D9; }

 span { border-color: rgb(132,153,217); }

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