#8494DD

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

Shades of Portage #8494DD

Tints of Portage #8494DD

Color information

#8494DD (or 0x8494DD) is unknown color: approx Portage. HEX triplet: 84, 94 and DD. RGB value is (132,148,221). Sum of RGB (Red+Green+Blue) = 132+148+221=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8494DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8494DD is #7B6B22. Grayscale: #979797. Windows color (decimal): -8088355 or 14521476. OLE color: 14521476.

HSL color Cylindrical-coordinate representation of color #8494DD: hue angle of 229.21º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8494DD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132148221-
CMYK0.400.3300.13
HSL229.21º56.69%69.22%-
HSV(B)229.21º40.27%86.67%-
XYZ33.1631.3172.7-
YUV151.54167.2114.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=26.35%
G=29.54%
B=44.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321482210.400.3300.13229.2156.6969.22
Hex8494DD28210De53945
Octal204224335504101534571105
Binary10000100100101001101110110100010000101101111001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8494DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8494DD; }

 p { color: rgb(132,148,221); }

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

<style>
 a { background-color: #8494DD; }

 a { background-color: rgb(132,148,221); }

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

<style>
 span { border-color: #8494DD; }

 span { border-color: rgb(132,148,221); }

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