#8196DC

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

Shades of Portage #8196DC

Tints of Portage #8196DC

Color information

#8196DC (or 0x8196DC) is unknown color: approx Portage. HEX triplet: 81, 96 and DC. RGB value is (129,150,220). Sum of RGB (Red+Green+Blue) = 129+150+220=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8196DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196DC is #7E6923. Grayscale: #979797. Windows color (decimal): -8284452 or 14456449. OLE color: 14456449.

HSL color Cylindrical-coordinate representation of color #8196DC: hue angle of 226.15º degrees, saturation: 0.57, 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 #8196DC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129150220-
CMYK0.410.3200.14
HSL226.15º56.52%68.43%-
HSV(B)226.15º41.36%86.27%-
XYZ32.8831.6572.09-
YUV151.7166.54111.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=25.85%
G=30.06%
B=44.09%

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
Decimal1291502200.410.3200.14226.1556.5268.43
Hex8196DC29200Ee23944
Octal201226334514001634271104
Binary10000001100101101101110010100110000001110111000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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