#8289CD

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

Shades of Portage #8289CD

Tints of Portage #8289CD

Color information

#8289CD (or 0x8289CD) is unknown color: approx Portage. HEX triplet: 82, 89 and CD. RGB value is (130,137,205). Sum of RGB (Red+Green+Blue) = 130+137+205=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #8289CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289CD is #7D7632. Grayscale: #8E8E8E. Windows color (decimal): -8222259 or 13470082. OLE color: 13470082.

HSL color Cylindrical-coordinate representation of color #8289CD: hue angle of 234.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8289CD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130137205-
CMYK0.370.3300.20
HSL234.4º42.86%65.69%-
HSV(B)234.4º36.59%80.39%-
XYZ29.1727.0461.44-
YUV142.66163.18118.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=27.54%
G=29.03%
B=43.43%

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
Decimal1301372050.370.3300.20234.442.8665.69
Hex8289CD2521014ea2b42
Octal202211315454102435253102
Binary100000101000100111001101100101100001010100111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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