#8495DA

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

Shades of Portage #8495DA

Tints of Portage #8495DA

Color information

#8495DA (or 0x8495DA) is unknown color: approx Portage. HEX triplet: 84, 95 and DA. RGB value is (132,149,218). Sum of RGB (Red+Green+Blue) = 132+149+218=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8495DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495DA is #7B6A25. Grayscale: #979797. Windows color (decimal): -8088102 or 14325124. OLE color: 14325124.

HSL color Cylindrical-coordinate representation of color #8495DA: hue angle of 228.14º 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 #8495DA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132149218-
CMYK0.390.3200.15
HSL228.14º53.75%68.63%-
HSV(B)228.14º39.45%85.49%-
XYZ32.9231.4670.67-
YUV151.78165.37113.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=26.45%
G=29.86%
B=43.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321492180.390.3200.15228.1453.7568.63
Hex8495DA27200Fe43645
Octal204225332474001734466105
Binary10000100100101011101101010011110000001111111001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8495DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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