#819DD8

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

Shades of Portage #819DD8

Tints of Portage #819DD8

Color information

#819DD8 (or 0x819DD8) is unknown color: approx Portage. HEX triplet: 81, 9D and D8. RGB value is (129,157,216). Sum of RGB (Red+Green+Blue) = 129+157+216=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #819DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DD8 is #7E6227. Grayscale: #9B9B9B. Windows color (decimal): -8282664 or 14196097. OLE color: 14196097.

HSL color Cylindrical-coordinate representation of color #819DD8: hue angle of 220.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819DD8 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129157216-
CMYK0.400.2700.15
HSL220.69º52.73%67.65%-
HSV(B)220.69º40.28%84.71%-
XYZ33.533.7469.71-
YUV155.35162.22109.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=25.70%
G=31.27%
B=43.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291572160.400.2700.15220.6952.7367.65
Hex819DD8281B0Fdd3544
Octal201235330503301733565104
Binary1000000110011101110110001010001101101111110111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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