Html Css Color HEX #8486D6 Portage

📋 copy color: '#8486D6'

red 132 ◦ green 134 ◦ blue 214

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

Shades of Portage #8486D6

Tints of Portage #8486D6

RGB

 RED value IS 132 (51.95% from 255) = 27.5%

 GREEN value IS 134 (52.73% from 255) = 27.92%

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 27.5%
G = 27.92%
B = 44.58%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8486D6 (or 0x8486D6) is known color: Portage. HEX triplet: 84, 86 and D6. RGB value is (132,134,214). Sum of RGB (Red+Green+Blue) = 132+134+214=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #8486D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486D6 is #7B7929. Grayscale: #8E8E8E. Windows color (decimal): -8091946 or 14059140. OLE color: 14059140.

HSL color Cylindrical-coordinate representation of color #8486D6: hue angle of 238.54º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8486D6 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 134 214 -
CMYK 0.38 0.37 0 0.16
HSL 238.54º 0.5% 0.68% -
HSV(B) 238.54º 0.38% 0.84% -
XYZ 30.18 26.81 67.2 -
YUV 142.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 132 134 214 0.38 0.37 0 0.16 238.54 0.5 0.68
Hex 84 86 D6 26 25 0 10 EF 32 44
Octal 204 206 326 46 45 0 20 357 62 104
Binary 10000100 10000110 11010110 100110 100101 0 10000 11101111 110010 1000100

Color Harmonies of #8486D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8486D6

Black with #8486D6

Text Example


Text Example

White with #8486D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8486D6; }

 p { color: rgb(132,134,214); }

 H1.HeaderClassName
 {
   color: #8486D6;
 }
 .AnyTagClassName
 {
   color: #8486D6;
 }
</style>

background-color css

<style>
 a { background-color: #8486D6; }

 a { background-color: rgb(132,134,214); }

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

border-color css

<style>
 span { border-color: #8486D6; }

 span { border-color: rgb(132,134,214); }

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