Html Css Color HEX #86A1DC Portage

📋 copy color: '#86A1DC'

red 134 ◦ green 161 ◦ blue 220

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

Shades of Portage #86A1DC

Tints of Portage #86A1DC

RGB

 RED value IS 134 (52.73% from 255) = 26.02%

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 26.02%
G = 31.26%
B = 42.72%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86A1DC (or 0x86A1DC) is known color: Portage. HEX triplet: 86, A1 and DC. RGB value is (134,161,220). Sum of RGB (Red+Green+Blue) = 134+161+220=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #86A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1DC is #795E23. Grayscale: #9F9F9F. Windows color (decimal): -7953956 or 14459270. OLE color: 14459270.

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

Color convert

RGB 134 161 220 -
CMYK 0.39 0.27 0 0.14
HSL 221.16º 0.55% 0.69% -
HSV(B) 221.16º 0.39% 0.86% -
XYZ 35.49 35.73 72.74 -
YUV 159.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 134 161 220 0.39 0.27 0 0.14 221.16 0.55 0.69
Hex 86 A1 DC 27 1B 0 E DD 37 45
Octal 206 241 334 47 33 0 16 335 67 105
Binary 10000110 10100001 11011100 100111 11011 0 1110 11011101 110111 1000101

Color Harmonies of #86A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A1DC

Black with #86A1DC

Text Example


Text Example

White with #86A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86A1DC;
 }
 .AnyTagClassName
 {
   color: #86A1DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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