#819CE9

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

Shades of Portage #819CE9

Tints of Portage #819CE9

Color information

#819CE9 (or 0x819CE9) is unknown color: approx Portage. HEX triplet: 81, 9C and E9. RGB value is (129,156,233). Sum of RGB (Red+Green+Blue) = 129+156+233=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #819CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CE9 is #7E6316. Grayscale: #9C9C9C. Windows color (decimal): -8282903 or 15309953. OLE color: 15309953.

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

Color convert

RGB129156233-
CMYK0.450.3300.09
HSL224.42º70.27%70.98%-
HSV(B)224.42º44.64%91.37%-
XYZ35.6534.3381.84-
YUV156.7171.05108.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=24.90%
G=30.12%
B=44.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291562330.450.3300.09224.4270.2770.98
Hex819CE92D2109e04647
Octal2012343515541011340106107
Binary100000011001110011101001101101100001010011110000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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