Html Css Color HEX #8486DB Portage

📋 copy color: '#8486DB'

red 132 ◦ green 134 ◦ blue 219

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

Shades of Portage #8486DB

Tints of Portage #8486DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 27.22%
G = 27.63%
B = 45.15%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8486DB (or 0x8486DB) is known color: Portage. HEX triplet: 84, 86 and DB. RGB value is (132,134,219). Sum of RGB (Red+Green+Blue) = 132+134+219=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8486DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DB is #7B7924. Grayscale: #8E8E8E. Windows color (decimal): -8091941 or 14386820. OLE color: 14386820.

HSL color Cylindrical-coordinate representation of color #8486DB: hue angle of 238.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8486DB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 134 219 -
CMYK 0.40 0.39 0 0.14
HSL 238.62º 0.55% 0.69% -
HSV(B) 238.62º 0.4% 0.86% -
XYZ 30.83 27.07 70.62 -
YUV 143.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 132 134 219 0.40 0.39 0 0.14 238.62 0.55 0.69
Hex 84 86 DB 28 27 0 E EF 37 45
Octal 204 206 333 50 47 0 16 357 67 105
Binary 10000100 10000110 11011011 101000 100111 0 1110 11101111 110111 1000101

Color Harmonies of #8486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8486DB

Black with #8486DB

Text Example


Text Example

White with #8486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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