#819EDC

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

Shades of Portage #819EDC

Tints of Portage #819EDC

Color information

#819EDC (or 0x819EDC) is unknown color: approx Portage. HEX triplet: 81, 9E and DC. RGB value is (129,158,220). Sum of RGB (Red+Green+Blue) = 129+158+220=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #819EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDC is #7E6123. Grayscale: #9C9C9C. Windows color (decimal): -8282404 or 14458497. OLE color: 14458497.

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

Color convert

RGB129158220-
CMYK0.410.2800.14
HSL220.88º56.52%68.43%-
HSV(B)220.88º41.36%86.27%-
XYZ34.234.2972.53-
YUV156.4163.89108.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=25.44%
G=31.16%
B=43.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291582200.410.2800.14220.8856.5268.43
Hex819EDC291C0Edd3944
Octal201236334513401633571104
Binary1000000110011110110111001010011110001110110111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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