#819ED9

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

Shades of Portage #819ED9

Tints of Portage #819ED9

Color information

#819ED9 (or 0x819ED9) is unknown color: approx Portage. HEX triplet: 81, 9E and D9. RGB value is (129,158,217). Sum of RGB (Red+Green+Blue) = 129+158+217=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #819ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED9 is #7E6126. Grayscale: #9B9B9B. Windows color (decimal): -8282407 or 14261889. OLE color: 14261889.

HSL color Cylindrical-coordinate representation of color #819ED9: hue angle of 220.23º degrees, saturation: 0.54, 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 #819ED9 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129158217-
CMYK0.410.2700.15
HSL220.23º53.66%67.84%-
HSV(B)220.23º40.55%85.1%-
XYZ33.834.1370.45-
YUV156.06162.39108.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=25.60%
G=31.35%
B=43.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291582170.410.2700.15220.2353.6667.84
Hex819ED9291B0Fdc3644
Octal201236331513301733466104
Binary1000000110011110110110011010011101101111110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,217); }

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

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

 a { background-color: rgb(129,158,217); }

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

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

 span { border-color: rgb(129,158,217); }

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