Html Css Color HEX #86A1DA Portage

📋 copy color: '#86A1DA'

red 134 ◦ green 161 ◦ blue 218

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

Shades of Portage #86A1DA

Tints of Portage #86A1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 26.12%
G = 31.38%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86A1DA (or 0x86A1DA) is known color: Portage. HEX triplet: 86, A1 and DA. RGB value is (134,161,218). Sum of RGB (Red+Green+Blue) = 134+161+218=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #86A1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1DA is #795E25. Grayscale: #9F9F9F. Windows color (decimal): -7953958 or 14328198. OLE color: 14328198.

HSL color Cylindrical-coordinate representation of color #86A1DA: hue angle of 220.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A1DA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 161 218 -
CMYK 0.39 0.26 0 0.15
HSL 220.71º 0.53% 0.69% -
HSV(B) 220.71º 0.39% 0.85% -
XYZ 35.23 35.62 71.35 -
YUV 159.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 134 161 218 0.39 0.26 0 0.15 220.71 0.53 0.69
Hex 86 A1 DA 27 1A 0 F DD 35 45
Octal 206 241 332 47 32 0 17 335 65 105
Binary 10000110 10100001 11011010 100111 11010 0 1111 11011101 110101 1000101

Color Harmonies of #86A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A1DA

Black with #86A1DA

Text Example


Text Example

White with #86A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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