#819DDC

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

Shades of Portage #819DDC

Tints of Portage #819DDC

Color information

#819DDC (or 0x819DDC) is unknown color: approx Portage. HEX triplet: 81, 9D and DC. RGB value is (129,157,220). Sum of RGB (Red+Green+Blue) = 129+157+220=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #819DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DDC is #7E6223. Grayscale: #9B9B9B. Windows color (decimal): -8282660 or 14458241. OLE color: 14458241.

HSL color Cylindrical-coordinate representation of color #819DDC: hue angle of 221.54º 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 #819DDC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129157220-
CMYK0.410.2900.14
HSL221.54º56.52%68.43%-
HSV(B)221.54º41.36%86.27%-
XYZ34.0333.9572.47-
YUV155.81164.22108.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=25.49%
G=31.03%
B=43.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291572200.410.2900.14221.5456.5268.43
Hex819DDC291D0Ede3944
Octal201235334513501633671104
Binary1000000110011101110111001010011110101110110111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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