#8185DE

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

Shades of Portage #8185DE

Tints of Portage #8185DE

Color information

#8185DE (or 0x8185DE) is unknown color: approx Portage. HEX triplet: 81, 85 and DE. RGB value is (129,133,222). Sum of RGB (Red+Green+Blue) = 129+133+222=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8185DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185DE is #7E7A21. Grayscale: #8D8D8D. Windows color (decimal): -8288802 or 14583169. OLE color: 14583169.

HSL color Cylindrical-coordinate representation of color #8185DE: hue angle of 237.42º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8185DE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129133222-
CMYK0.420.4000.13
HSL237.42º58.49%68.82%-
HSV(B)237.42º41.89%87.06%-
XYZ30.6326.7272.65-
YUV141.95173.17118.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=26.65%
G=27.48%
B=45.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291332220.420.4000.13237.4258.4968.82
Hex8185DE2A280Ded3a45
Octal201205336525001535572105
Binary10000001100001011101111010101010100001101111011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8185DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8185DE; }

 p { color: rgb(129,133,222); }

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

<style>
 a { background-color: #8185DE; }

 a { background-color: rgb(129,133,222); }

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

<style>
 span { border-color: #8185DE; }

 span { border-color: rgb(129,133,222); }

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