Html Css Color HEX #8486DA Portage

📋 copy color: '#8486DA'

red 132 ◦ green 134 ◦ blue 218

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

Shades of Portage #8486DA

Tints of Portage #8486DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 27.27%
G = 27.69%
B = 45.04%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8486DA (or 0x8486DA) is known color: Portage. HEX triplet: 84, 86 and DA. RGB value is (132,134,218). Sum of RGB (Red+Green+Blue) = 132+134+218=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #8486DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DA is #7B7925. Grayscale: #8E8E8E. Windows color (decimal): -8091942 or 14321284. OLE color: 14321284.

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

Color convert

RGB 132 134 218 -
CMYK 0.39 0.39 0 0.15
HSL 238.6º 0.54% 0.69% -
HSV(B) 238.6º 0.39% 0.85% -
XYZ 30.7 27.02 69.93 -
YUV 142.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 132 134 218 0.39 0.39 0 0.15 238.6 0.54 0.69
Hex 84 86 DA 27 27 0 F EF 36 45
Octal 204 206 332 47 47 0 17 357 66 105
Binary 10000100 10000110 11011010 100111 100111 0 1111 11101111 110110 1000101

Color Harmonies of #8486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8486DA

Black with #8486DA

Text Example


Text Example

White with #8486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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