#8186DC

Color #8186DC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8186DC

Tints of Portage #8186DC

Color information

#8186DC (or 0x8186DC) is unknown color: approx Portage. HEX triplet: 81, 86 and DC. RGB value is (129,134,220). Sum of RGB (Red+Green+Blue) = 129+134+220=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8186DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8186DC is #7E7923. Grayscale: #8D8D8D. Windows color (decimal): -8288548 or 14452353. OLE color: 14452353.

HSL color Cylindrical-coordinate representation of color #8186DC: hue angle of 236.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8186DC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129134220-
CMYK0.410.3900.14
HSL236.7º56.52%68.43%-
HSV(B)236.7º41.36%86.27%-
XYZ30.526.8871.29-
YUV142.31171.84118.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=26.71%
G=27.74%
B=45.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291342200.410.3900.14236.756.5268.43
Hex8186DC29270Eed3944
Octal201206334514701635571104
Binary10000001100001101101110010100110011101110111011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8186DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8186DC; }

 p { color: rgb(129,134,220); }

 H1.HeaderClassName
 {
   color: #8186DC;
 }
 .AnyTagClassName
 {
   color: #8186DC;
 }
</style>
background-color css

<style>
 a { background-color: #8186DC; }

 a { background-color: rgb(129,134,220); }

 div.DivClassName
 {
   background-color: #8186DC;
 }
 .BgClassName
 {
   background-color: #8186DC;
 }
</style>
border-color css

<style>
 span { border-color: #8186DC; }

 span { border-color: rgb(129,134,220); }

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