#8189CF

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

Shades of Portage #8189CF

Tints of Portage #8189CF

Color information

#8189CF (or 0x8189CF) is unknown color: approx Portage. HEX triplet: 81, 89 and CF. RGB value is (129,137,207). Sum of RGB (Red+Green+Blue) = 129+137+207=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #8189CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189CF is #7E7630. Grayscale: #8E8E8E. Windows color (decimal): -8287793 or 13601153. OLE color: 13601153.

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

Color convert

RGB129137207-
CMYK0.380.3400.19
HSL233.85º44.83%65.88%-
HSV(B)233.85º37.68%81.18%-
XYZ29.2627.0662.71-
YUV142.59164.35118.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=27.27%
G=28.96%
B=43.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291372070.380.3400.19233.8544.8365.88
Hex8189CF2622013ea2d42
Octal201211317464202335255102
Binary100000011000100111001111100110100010010011111010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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