#8096CD

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

Shades of Portage #8096CD

Tints of Portage #8096CD

Color information

#8096CD (or 0x8096CD) is unknown color: approx Portage. HEX triplet: 80, 96 and CD. RGB value is (128,150,205). Sum of RGB (Red+Green+Blue) = 128+150+205=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #8096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096CD is #7F6932. Grayscale: #959595. Windows color (decimal): -8350003 or 13473408. OLE color: 13473408.

HSL color Cylindrical-coordinate representation of color #8096CD: hue angle of 222.86º 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 #8096CD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128150205-
CMYK0.380.2700.20
HSL222.86º43.5%65.29%-
HSV(B)222.86º37.56%80.39%-
XYZ30.8330.8162.08-
YUV149.69159.21112.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=26.50%
G=31.06%
B=42.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281502050.380.2700.20222.8643.565.29
Hex8096CD261B014df2c41
Octal200226315463302433754101
Binary10000000100101101100110110011011011010100110111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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