#8499DE

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

Shades of Portage #8499DE

Tints of Portage #8499DE

Color information

#8499DE (or 0x8499DE) is unknown color: approx Portage. HEX triplet: 84, 99 and DE. RGB value is (132,153,222). Sum of RGB (Red+Green+Blue) = 132+153+222=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #8499DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499DE is #7B6621. Grayscale: #9A9A9A. Windows color (decimal): -8087074 or 14588292. OLE color: 14588292.

HSL color Cylindrical-coordinate representation of color #8499DE: hue angle of 226º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8499DE is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132153222-
CMYK0.410.3100.13
HSL226º57.69%69.41%-
HSV(B)226º40.54%87.06%-
XYZ34.0932.9673.67-
YUV154.59166.04111.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=26.04%
G=30.18%
B=43.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321532220.410.3100.1322657.6969.41
Hex8499DE291F0De23a45
Octal204231336513701534272105
Binary1000010010011001110111101010011111101101111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8499DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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