#8196DB

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

Shades of Portage #8196DB

Tints of Portage #8196DB

Color information

#8196DB (or 0x8196DB) is unknown color: approx Portage. HEX triplet: 81, 96 and DB. RGB value is (129,150,219). Sum of RGB (Red+Green+Blue) = 129+150+219=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8196DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196DB is #7E6924. Grayscale: #979797. Windows color (decimal): -8284453 or 14390913. OLE color: 14390913.

HSL color Cylindrical-coordinate representation of color #8196DB: hue angle of 226º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8196DB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129150219-
CMYK0.410.3200.14
HSL226º55.56%68.24%-
HSV(B)226º41.1%85.88%-
XYZ32.7531.5971.39-
YUV151.59166.04111.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 219 (85.94% from 255) = 43.98%
R=25.90%
G=30.12%
B=43.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291502190.410.3200.1422655.5668.24
Hex8196DB29200Ee23844
Octal201226333514001634270104
Binary10000001100101101101101110100110000001110111000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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