#819EDA

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

Shades of Portage #819EDA

Tints of Portage #819EDA

Color information

#819EDA (or 0x819EDA) is unknown color: approx Portage. HEX triplet: 81, 9E and DA. RGB value is (129,158,218). Sum of RGB (Red+Green+Blue) = 129+158+218=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #819EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDA is #7E6125. Grayscale: #9B9B9B. Windows color (decimal): -8282406 or 14327425. OLE color: 14327425.

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

Color convert

RGB129158218-
CMYK0.410.2800.15
HSL220.45º54.6%68.04%-
HSV(B)220.45º40.83%85.49%-
XYZ33.9434.1871.14-
YUV156.17162.89108.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=25.54%
G=31.29%
B=43.17%

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
Decimal1291582180.410.2800.15220.4554.668.04
Hex819EDA291C0Fdc3744
Octal201236332513401733467104
Binary1000000110011110110110101010011110001111110111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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