#8189CE

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

Shades of Portage #8189CE

Tints of Portage #8189CE

Color information

#8189CE (or 0x8189CE) is unknown color: approx Portage. HEX triplet: 81, 89 and CE. RGB value is (129,137,206). Sum of RGB (Red+Green+Blue) = 129+137+206=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #8189CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189CE is #7E7631. Grayscale: #8E8E8E. Windows color (decimal): -8287794 or 13535617. OLE color: 13535617.

HSL color Cylindrical-coordinate representation of color #8189CE: hue angle of 233.77º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8189CE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129137206-
CMYK0.370.3300.19
HSL233.77º44%65.69%-
HSV(B)233.77º37.38%80.78%-
XYZ29.1427.0162.07-
YUV142.47163.85118.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=27.33%
G=29.03%
B=43.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291372060.370.3300.19233.774465.69
Hex8189CE2521013ea2c42
Octal201211316454102335254102
Binary100000011000100111001110100101100001010011111010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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