#819CEA

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

Shades of Portage #819CEA

Tints of Portage #819CEA

Color information

#819CEA (or 0x819CEA) is unknown color: approx Portage. HEX triplet: 81, 9C and EA. RGB value is (129,156,234). Sum of RGB (Red+Green+Blue) = 129+156+234=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #819CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CEA is #7E6315. Grayscale: #9C9C9C. Windows color (decimal): -8282902 or 15375489. OLE color: 15375489.

HSL color Cylindrical-coordinate representation of color #819CEA: hue angle of 224.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819CEA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129156234-
CMYK0.450.3300.08
HSL224.57º71.43%71.18%-
HSV(B)224.57º44.87%91.76%-
XYZ35.7934.3882.59-
YUV156.82171.55108.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=24.86%
G=30.06%
B=45.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291562340.450.3300.08224.5771.4371.18
Hex819CEA2D2108e14747
Octal2012343525541010341107107
Binary100000011001110011101010101101100001010001110000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,156,234); }

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

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

 a { background-color: rgb(129,156,234); }

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

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

 span { border-color: rgb(129,156,234); }

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