#8090CD

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

Shades of Portage #8090CD

Tints of Portage #8090CD

Color information

#8090CD (or 0x8090CD) is unknown color: approx Portage. HEX triplet: 80, 90 and CD. RGB value is (128,144,205). Sum of RGB (Red+Green+Blue) = 128+144+205=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #8090CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090CD is #7F6F32. Grayscale: #919191. Windows color (decimal): -8351539 or 13471872. OLE color: 13471872.

HSL color Cylindrical-coordinate representation of color #8090CD: hue angle of 227.53º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8090CD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128144205-
CMYK0.380.3000.20
HSL227.53º43.5%65.29%-
HSV(B)227.53º37.56%80.39%-
XYZ29.8928.9461.77-
YUV146.17161.2115.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=26.83%
G=30.19%
B=42.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281442050.380.3000.20227.5343.565.29
Hex8090CD261E014e42c41
Octal200220315463602434454101
Binary10000000100100001100110110011011110010100111001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,144,205); }

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

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

 a { background-color: rgb(128,144,205); }

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

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

 span { border-color: rgb(128,144,205); }

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