Html Css Color HEX #86A2DD Portage

📋 copy color: '#86A2DD'

red 134 ◦ green 162 ◦ blue 221

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

Shades of Portage #86A2DD

Tints of Portage #86A2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 25.92%
G = 31.33%
B = 42.75%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86A2DD (or 0x86A2DD) is known color: Portage. HEX triplet: 86, A2 and DD. RGB value is (134,162,221). Sum of RGB (Red+Green+Blue) = 134+162+221=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #86A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2DD is #795D22. Grayscale: #A0A0A0. Windows color (decimal): -7953699 or 14525062. OLE color: 14525062.

HSL color Cylindrical-coordinate representation of color #86A2DD: hue angle of 220.69º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A2DD is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 162 221 -
CMYK 0.39 0.27 0 0.13
HSL 220.69º 0.56% 0.7% -
HSV(B) 220.69º 0.39% 0.87% -
XYZ 35.8 36.13 73.49 -
YUV 160.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 134 162 221 0.39 0.27 0 0.13 220.69 0.56 0.7
Hex 86 A2 DD 27 1B 0 D DD 38 46
Octal 206 242 335 47 33 0 15 335 70 106
Binary 10000110 10100010 11011101 100111 11011 0 1101 11011101 111000 1000110

Color Harmonies of #86A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A2DD

Black with #86A2DD

Text Example


Text Example

White with #86A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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