#819ED8

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

Shades of Portage #819ED8

Tints of Portage #819ED8

Color information

#819ED8 (or 0x819ED8) is unknown color: approx Portage. HEX triplet: 81, 9E and D8. RGB value is (129,158,216). Sum of RGB (Red+Green+Blue) = 129+158+216=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #819ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED8 is #7E6127. Grayscale: #9B9B9B. Windows color (decimal): -8282408 or 14196353. OLE color: 14196353.

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

Color convert

RGB129158216-
CMYK0.400.2700.15
HSL220º52.73%67.65%-
HSV(B)220º40.28%84.71%-
XYZ33.6734.0869.77-
YUV155.94161.89108.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=25.65%
G=31.41%
B=42.94%

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
Decimal1291582160.400.2700.1522052.7367.65
Hex819ED8281B0Fdc3544
Octal201236330503301733465104
Binary1000000110011110110110001010001101101111110111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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