#819CD4

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

Shades of Portage #819CD4

Tints of Portage #819CD4

Color information

#819CD4 (or 0x819CD4) is unknown color: approx Portage. HEX triplet: 81, 9C and D4. RGB value is (129,156,212). Sum of RGB (Red+Green+Blue) = 129+156+212=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #819CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CD4 is #7E632B. Grayscale: #9A9A9A. Windows color (decimal): -8282924 or 13933697. OLE color: 13933697.

HSL color Cylindrical-coordinate representation of color #819CD4: hue angle of 220.48º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819CD4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129156212-
CMYK0.390.2600.17
HSL220.48º49.11%66.86%-
HSV(B)220.48º39.15%83.14%-
XYZ32.8333.266.97-
YUV154.31160.55109.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=25.96%
G=31.39%
B=42.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291562120.390.2600.17220.4849.1166.86
Hex819CD4271A011dc3143
Octal201234324473202133461103
Binary10000001100111001101010010011111010010001110111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819CD4; }

 p { color: rgb(129,156,212); }

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

<style>
 a { background-color: #819CD4; }

 a { background-color: rgb(129,156,212); }

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

<style>
 span { border-color: #819CD4; }

 span { border-color: rgb(129,156,212); }

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