#8499DA

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

Shades of Portage #8499DA

Tints of Portage #8499DA

Color information

#8499DA (or 0x8499DA) is unknown color: approx Portage. HEX triplet: 84, 99 and DA. RGB value is (132,153,218). Sum of RGB (Red+Green+Blue) = 132+153+218=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #8499DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DA is #7B6625. Grayscale: #999999. Windows color (decimal): -8087078 or 14326148. OLE color: 14326148.

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

Color convert

RGB132153218-
CMYK0.390.3000.15
HSL225.35º53.75%68.63%-
HSV(B)225.35º39.45%85.49%-
XYZ33.5632.7570.88-
YUV154.13164.04112.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=26.24%
G=30.42%
B=43.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321532180.390.3000.15225.3553.7568.63
Hex8499DA271E0Fe13645
Octal204231332473601734166105
Binary1000010010011001110110101001111111001111111000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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