#8188DD

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

Shades of Portage #8188DD

Tints of Portage #8188DD

Color information

#8188DD (or 0x8188DD) is unknown color: approx Portage. HEX triplet: 81, 88 and DD. RGB value is (129,136,221). Sum of RGB (Red+Green+Blue) = 129+136+221=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8188DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188DD is #7E7722. Grayscale: #8F8F8F. Windows color (decimal): -8288035 or 14518401. OLE color: 14518401.

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

Color convert

RGB129136221-
CMYK0.420.3800.13
HSL235.43º57.5%68.63%-
HSV(B)235.43º41.63%86.67%-
XYZ30.9127.572.08-
YUV143.6171.68117.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=26.54%
G=27.98%
B=45.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291362210.420.3800.13235.4357.568.63
Hex8188DD2A260Deb3a45
Octal201210335524601535372105
Binary10000001100010001101110110101010011001101111010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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