#8188DE

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

Shades of Portage #8188DE

Tints of Portage #8188DE

Color information

#8188DE (or 0x8188DE) is unknown color: approx Portage. HEX triplet: 81, 88 and DE. RGB value is (129,136,222). Sum of RGB (Red+Green+Blue) = 129+136+222=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8188DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188DE is #7E7721. Grayscale: #8F8F8F. Windows color (decimal): -8288034 or 14583937. OLE color: 14583937.

HSL color Cylindrical-coordinate representation of color #8188DE: hue angle of 235.48º 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 #8188DE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129136222-
CMYK0.420.3900.13
HSL235.48º58.49%68.82%-
HSV(B)235.48º41.89%87.06%-
XYZ31.0427.5572.79-
YUV143.71172.18117.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=26.49%
G=27.93%
B=45.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291362220.420.3900.13235.4858.4968.82
Hex8188DE2A270Deb3a45
Octal201210336524701535372105
Binary10000001100010001101111010101010011101101111010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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