#8189CD

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

Shades of Portage #8189CD

Tints of Portage #8189CD

Color information

#8189CD (or 0x8189CD) is unknown color: approx Portage. HEX triplet: 81, 89 and CD. RGB value is (129,137,205). Sum of RGB (Red+Green+Blue) = 129+137+205=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8189CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189CD is #7E7632. Grayscale: #8E8E8E. Windows color (decimal): -8287795 or 13470081. OLE color: 13470081.

HSL color Cylindrical-coordinate representation of color #8189CD: hue angle of 233.68º degrees, saturation: 0.43, 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 #8189CD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129137205-
CMYK0.370.3300.20
HSL233.68º43.18%65.49%-
HSV(B)233.68º37.07%80.39%-
XYZ29.0226.9761.43-
YUV142.36163.35118.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=27.39%
G=29.09%
B=43.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291372050.370.3300.20233.6843.1865.49
Hex8189CD2521014ea2b41
Octal201211315454102435253101
Binary100000011000100111001101100101100001010100111010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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