#85A0F5

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

Shades of Portage #85A0F5

Tints of Portage #85A0F5

Color information

#85A0F5 (or 0x85A0F5) is unknown color: approx Portage. HEX triplet: 85, A0 and F5. RGB value is (133,160,245). Sum of RGB (Red+Green+Blue) = 133+160+245=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #85A0F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0F5 is #7A5F0A. Grayscale: #A1A1A1. Windows color (decimal): -8019723 or 16097413. OLE color: 16097413.

HSL color Cylindrical-coordinate representation of color #85A0F5: hue angle of 225.54º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85A0F5 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133160245-
CMYK0.460.3500.04
HSL225.54º84.85%74.12%-
HSV(B)225.54º45.71%96.08%-
XYZ38.7336.7291.43-
YUV161.62175.05107.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=24.72%
G=29.74%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331602450.460.3500.04225.5484.8574.12
Hex85A0F52E2304e2554a
Octal205240365564304342125112
Binary10000101101000001111010110111010001101001110001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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