#819CDA

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

Shades of Portage #819CDA

Tints of Portage #819CDA

Color information

#819CDA (or 0x819CDA) is unknown color: approx Portage. HEX triplet: 81, 9C and DA. RGB value is (129,156,218). Sum of RGB (Red+Green+Blue) = 129+156+218=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #819CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDA is #7E6325. Grayscale: #9A9A9A. Windows color (decimal): -8282918 or 14326913. OLE color: 14326913.

HSL color Cylindrical-coordinate representation of color #819CDA: hue angle of 221.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819CDA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129156218-
CMYK0.410.2800.15
HSL221.8º54.6%68.04%-
HSV(B)221.8º40.83%85.49%-
XYZ33.633.5171.03-
YUV154.99163.55109.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=25.65%
G=31.01%
B=43.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291562180.410.2800.15221.854.668.04
Hex819CDA291C0Fde3744
Octal201234332513401733667104
Binary1000000110011100110110101010011110001111110111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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