#8189EA

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

Shades of Portage #8189EA

Tints of Portage #8189EA

Color information

#8189EA (or 0x8189EA) is unknown color: approx Portage. HEX triplet: 81, 89 and EA. RGB value is (129,137,234). Sum of RGB (Red+Green+Blue) = 129+137+234=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8189EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8189EA is #7E7615. Grayscale: #919191. Windows color (decimal): -8287766 or 15370625. OLE color: 15370625.

HSL color Cylindrical-coordinate representation of color #8189EA: hue angle of 235.43º degrees, saturation: 0.71, 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 #8189EA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129137234-
CMYK0.450.4100.08
HSL235.43º71.43%71.18%-
HSV(B)235.43º44.87%91.76%-
XYZ32.8528.581.61-
YUV145.67177.85116.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=25.8%
G=27.4%
B=46.8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291372340.450.4100.08235.4371.4371.18
Hex8189EA2D2908eb4747
Octal2012113525551010353107107
Binary100000011000100111101010101101101001010001110101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8189EA; }

 p { color: rgb(129,137,234); }

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

<style>
 a { background-color: #8189EA; }

 a { background-color: rgb(129,137,234); }

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

<style>
 span { border-color: #8189EA; }

 span { border-color: rgb(129,137,234); }

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