#8196CD

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

Shades of Portage #8196CD

Tints of Portage #8196CD

Color information

#8196CD (or 0x8196CD) is unknown color: approx Portage. HEX triplet: 81, 96 and CD. RGB value is (129,150,205). Sum of RGB (Red+Green+Blue) = 129+150+205=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8196CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196CD is #7E6932. Grayscale: #959595. Windows color (decimal): -8284467 or 13473409. OLE color: 13473409.

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

Color convert

RGB129150205-
CMYK0.370.2700.20
HSL223.42º43.18%65.49%-
HSV(B)223.42º37.07%80.39%-
XYZ30.9830.8962.09-
YUV149.99159.04113.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=26.65%
G=30.99%
B=42.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291502050.370.2700.20223.4243.1865.49
Hex8196CD251B014df2b41
Octal201226315453302433753101
Binary10000001100101101100110110010111011010100110111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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