#85A0EE

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

Shades of Portage #85A0EE

Tints of Portage #85A0EE

Color information

#85A0EE (or 0x85A0EE) is unknown color: approx Portage. HEX triplet: 85, A0 and EE. RGB value is (133,160,238). Sum of RGB (Red+Green+Blue) = 133+160+238=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #85A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0EE is #7A5F11. Grayscale: #A0A0A0. Windows color (decimal): -8019730 or 15638661. OLE color: 15638661.

HSL color Cylindrical-coordinate representation of color #85A0EE: hue angle of 224.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A0EE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133160238-
CMYK0.440.3300.07
HSL224.57º75.54%72.75%-
HSV(B)224.57º44.12%93.33%-
XYZ37.6836.385.91-
YUV160.82171.55108.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=25.05%
G=30.13%
B=44.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331602380.440.3300.07224.5775.5472.75
Hex85A0EE2C2107e14c49
Octal205240356544107341114111
Binary10000101101000001110111010110010000101111110000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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