#8495DD

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

Shades of Portage #8495DD

Tints of Portage #8495DD

Color information

#8495DD (or 0x8495DD) is unknown color: approx Portage. HEX triplet: 84, 95 and DD. RGB value is (132,149,221). Sum of RGB (Red+Green+Blue) = 132+149+221=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8495DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495DD is #7B6A22. Grayscale: #979797. Windows color (decimal): -8088099 or 14521732. OLE color: 14521732.

HSL color Cylindrical-coordinate representation of color #8495DD: hue angle of 228.54º 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 #8495DD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132149221-
CMYK0.400.3300.13
HSL228.54º56.69%69.22%-
HSV(B)228.54º40.27%86.67%-
XYZ33.3131.6272.75-
YUV152.12166.87113.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=26.29%
G=29.68%
B=44.02%

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
Decimal1321492210.400.3300.13228.5456.6969.22
Hex8495DD28210De53945
Octal204225335504101534571105
Binary10000100100101011101110110100010000101101111001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8495DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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