#85A1DC

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

Shades of Portage #85A1DC

Tints of Portage #85A1DC

Color information

#85A1DC (or 0x85A1DC) is unknown color: approx Portage. HEX triplet: 85, A1 and DC. RGB value is (133,161,220). Sum of RGB (Red+Green+Blue) = 133+161+220=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1DC is #7A5E23. Grayscale: #9F9F9F. Windows color (decimal): -8019492 or 14459269. OLE color: 14459269.

HSL color Cylindrical-coordinate representation of color #85A1DC: hue angle of 220.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A1DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133161220-
CMYK0.400.2700.14
HSL220.69º55.41%69.22%-
HSV(B)220.69º39.55%86.27%-
XYZ35.3435.6472.73-
YUV159.35162.22109.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=25.88%
G=31.32%
B=42.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331612200.400.2700.14220.6955.4169.22
Hex85A1DC281B0Edd3745
Octal205241334503301633567105
Binary1000010110100001110111001010001101101110110111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,220); }

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

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

 a { background-color: rgb(133,161,220); }

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

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

 span { border-color: rgb(133,161,220); }

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