#85A0EA

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

Shades of Portage #85A0EA

Tints of Portage #85A0EA

Color information

#85A0EA (or 0x85A0EA) is unknown color: approx Portage. HEX triplet: 85, A0 and EA. RGB value is (133,160,234). Sum of RGB (Red+Green+Blue) = 133+160+234=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #85A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0EA is #7A5F15. Grayscale: #A0A0A0. Windows color (decimal): -8019734 or 15376517. OLE color: 15376517.

HSL color Cylindrical-coordinate representation of color #85A0EA: hue angle of 223.96º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85A0EA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133160234-
CMYK0.430.3200.08
HSL223.96º70.63%71.96%-
HSV(B)223.96º43.16%91.76%-
XYZ37.0936.0782.85-
YUV160.36169.55108.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=25.24%
G=30.36%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331602340.430.3200.08223.9670.6371.96
Hex85A0EA2B2008e04748
Octal2052403525340010340107110
Binary100001011010000011101010101011100000010001110000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A0EA; }

 p { color: rgb(133,160,234); }

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

<style>
 a { background-color: #85A0EA; }

 a { background-color: rgb(133,160,234); }

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

<style>
 span { border-color: #85A0EA; }

 span { border-color: rgb(133,160,234); }

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