Html Css Color HEX #8486D9 Portage

📋 copy color: '#8486D9'

red 132 ◦ green 134 ◦ blue 217

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

Shades of Portage #8486D9

Tints of Portage #8486D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 27.33%
G = 27.74%
B = 44.93%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8486D9 (or 0x8486D9) is known color: Portage. HEX triplet: 84, 86 and D9. RGB value is (132,134,217). Sum of RGB (Red+Green+Blue) = 132+134+217=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #8486D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486D9 is #7B7926. Grayscale: #8E8E8E. Windows color (decimal): -8091943 or 14255748. OLE color: 14255748.

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

Color convert

RGB 132 134 217 -
CMYK 0.39 0.38 0 0.15
HSL 238.59º 0.53% 0.68% -
HSV(B) 238.59º 0.39% 0.85% -
XYZ 30.57 26.97 69.24 -
YUV 142.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 132 134 217 0.39 0.38 0 0.15 238.59 0.53 0.68
Hex 84 86 D9 27 26 0 F EF 35 44
Octal 204 206 331 47 46 0 17 357 65 104
Binary 10000100 10000110 11011001 100111 100110 0 1111 11101111 110101 1000100

Color Harmonies of #8486D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8486D9

Black with #8486D9

Text Example


Text Example

White with #8486D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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