Html Css Color HEX #86A2E2 Portage

📋 copy color: '#86A2E2'

red 134 ◦ green 162 ◦ blue 226

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

Shades of Portage #86A2E2

Tints of Portage #86A2E2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

 BLUE value IS 226 (88.67% from 255) = 43.3%

R = 25.67%
G = 31.03%
B = 43.3%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#86A2E2 (or 0x86A2E2) is known color: Portage. HEX triplet: 86, A2 and E2. RGB value is (134,162,226). Sum of RGB (Red+Green+Blue) = 134+162+226=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #86A2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2E2 is #795D1D. Grayscale: #A0A0A0. Windows color (decimal): -7953694 or 14852742. OLE color: 14852742.

HSL color Cylindrical-coordinate representation of color #86A2E2: hue angle of 221.74º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86A2E2 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 162 226 -
CMYK 0.41 0.28 0 0.11
HSL 221.74º 0.61% 0.71% -
HSV(B) 221.74º 0.41% 0.89% -
XYZ 36.48 36.4 77.05 -
YUV 160.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 134 162 226 0.41 0.28 0 0.11 221.74 0.61 0.71
Hex 86 A2 E2 29 1C 0 B DE 3D 47
Octal 206 242 342 51 34 0 13 336 75 107
Binary 10000110 10100010 11100010 101001 11100 0 1011 11011110 111101 1000111

Color Harmonies of #86A2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A2E2

Black with #86A2E2

Text Example


Text Example

White with #86A2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,226); }

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

background-color css

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

 a { background-color: rgb(134,162,226); }

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

border-color css

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

 span { border-color: rgb(134,162,226); }

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