Html Css Color HEX #85A0DC Portage

📋 copy color: '#85A0DC'

red 133 ◦ green 160 ◦ blue 220

#85A0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #85A0DC

Tints of Portage #85A0DC

RGB

 RED value IS 133 (52.34% from 255) = 25.93%

 GREEN value IS 160 (62.89% from 255) = 31.19%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 25.93%
G = 31.19%
B = 42.88%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A0DC (or 0x85A0DC) is known color: Portage. HEX triplet: 85, A0 and DC. RGB value is (133,160,220). Sum of RGB (Red+Green+Blue) = 133+160+220=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0DC is #7A5F23. Grayscale: #9E9E9E. Windows color (decimal): -8019748 or 14459013. OLE color: 14459013.

HSL color Cylindrical-coordinate representation of color #85A0DC: hue angle of 221.38º 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 #85A0DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 160 220 -
CMYK 0.40 0.27 0 0.14
HSL 221.38º 0.55% 0.69% -
HSV(B) 221.38º 0.4% 0.86% -
XYZ 35.16 35.3 72.67 -
YUV 158.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 133 160 220 0.40 0.27 0 0.14 221.38 0.55 0.69
Hex 85 A0 DC 28 1B 0 E DD 37 45
Octal 205 240 334 50 33 0 16 335 67 105
Binary 10000101 10100000 11011100 101000 11011 0 1110 11011101 110111 1000101

Color Harmonies of #85A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0DC

Black with #85A0DC

Text Example


Text Example

White with #85A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A0DC;
 }
 .AnyTagClassName
 {
   color: #85A0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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