Html Css Color HEX #85A1DC Portage

📋 copy color: '#85A1DC'

red 133 ◦ green 161 ◦ blue 220

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

Shades of Portage #85A1DC

Tints of Portage #85A1DC

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.8%

R = 25.88%
G = 31.32%
B = 42.8%

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

#85A1DC (or 0x85A1DC) is known color: 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

RGB 133 161 220 -
CMYK 0.40 0.27 0 0.14
HSL 220.69º 0.55% 0.69% -
HSV(B) 220.69º 0.4% 0.86% -
XYZ 35.34 35.64 72.73 -
YUV 159.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 133 161 220 0.40 0.27 0 0.14 220.69 0.55 0.69
Hex 85 A1 DC 28 1B 0 E DD 37 45
Octal 205 241 334 50 33 0 16 335 67 105
Binary 10000101 10100001 11011100 101000 11011 0 1110 11011101 110111 1000101

Color Harmonies of #85A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1DC

Black with #85A1DC

Text Example


Text Example

White with #85A1DC

Text Example


Text Example

HTML Codes & Css Web 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>