#8188EB

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

Shades of Portage #8188EB

Tints of Portage #8188EB

Color information

#8188EB (or 0x8188EB) is unknown color: approx Portage. HEX triplet: 81, 88 and EB. RGB value is (129,136,235). Sum of RGB (Red+Green+Blue) = 129+136+235=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #8188EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8188EB is #7E7714. Grayscale: #909090. Windows color (decimal): -8288021 or 15435905. OLE color: 15435905.

HSL color Cylindrical-coordinate representation of color #8188EB: hue angle of 236.04º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8188EB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129136235-
CMYK0.450.4200.08
HSL236.04º72.6%71.37%-
HSV(B)236.04º45.11%92.16%-
XYZ32.8528.2782.32-
YUV145.19178.68116.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 235 (92.19% from 255) = 47%
R=25.8%
G=27.2%
B=47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291362350.450.4200.08236.0472.671.37
Hex8188EB2D2A08ec4947
Octal2012103535552010354111107
Binary100000011000100011101011101101101010010001110110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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