#8189CC

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

Shades of Portage #8189CC

Tints of Portage #8189CC

Color information

#8189CC (or 0x8189CC) is unknown color: approx Portage. HEX triplet: 81, 89 and CC. RGB value is (129,137,204). Sum of RGB (Red+Green+Blue) = 129+137+204=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #8189CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189CC is #7E7633. Grayscale: #8D8D8D. Windows color (decimal): -8287796 or 13404545. OLE color: 13404545.

HSL color Cylindrical-coordinate representation of color #8189CC: hue angle of 233.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8189CC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129137204-
CMYK0.370.3300.2
HSL233.6º42.37%65.29%-
HSV(B)233.6º36.76%80%-
XYZ28.926.9260.8-
YUV142.25162.85118.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=27.45%
G=29.15%
B=43.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291372040.370.3300.2233.642.3765.29
Hex8189CC2521014ea2a41
Octal201211314454102435252101
Binary100000011000100111001100100101100001010100111010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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