Html Css Color HEX #86A2F0 Portage

📋 copy color: '#86A2F0'

red 134 ◦ green 162 ◦ blue 240

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

Shades of Portage #86A2F0

Tints of Portage #86A2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 25%
G = 30.22%
B = 44.78%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86A2F0 (or 0x86A2F0) is known color: Portage. HEX triplet: 86, A2 and F0. RGB value is (134,162,240). Sum of RGB (Red+Green+Blue) = 134+162+240=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #86A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A2F0 is #795D0F. Grayscale: #A2A2A2. Windows color (decimal): -7953680 or 15770246. OLE color: 15770246.

HSL color Cylindrical-coordinate representation of color #86A2F0: hue angle of 224.15º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A2F0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 162 240 -
CMYK 0.44 0.32 0 0.06
HSL 224.15º 0.78% 0.73% -
HSV(B) 224.15º 0.44% 0.94% -
XYZ 38.48 37.2 87.59 -
YUV 162.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 134 162 240 0.44 0.32 0 0.06 224.15 0.78 0.73
Hex 86 A2 F0 2C 20 0 6 E0 4E 49
Octal 206 242 360 54 40 0 6 340 116 111
Binary 10000110 10100010 11110000 101100 100000 0 110 11100000 1001110 1001001

Color Harmonies of #86A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A2F0

Black with #86A2F0

Text Example


Text Example

White with #86A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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