#819AE7

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

Shades of Portage #819AE7

Tints of Portage #819AE7

Color information

#819AE7 (or 0x819AE7) is unknown color: approx Portage. HEX triplet: 81, 9A and E7. RGB value is (129,154,231). Sum of RGB (Red+Green+Blue) = 129+154+231=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #819AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AE7 is #7E6518. Grayscale: #9A9A9A. Windows color (decimal): -8283417 or 15178369. OLE color: 15178369.

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

Color convert

RGB129154231-
CMYK0.440.3300.09
HSL225.29º68%70.59%-
HSV(B)225.29º44.16%90.59%-
XYZ35.0333.5580.23-
YUV155.3170.72109.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=25.10%
G=29.96%
B=44.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291542310.440.3300.09225.296870.59
Hex819AE72C2109e14447
Octal2012323475441011341104107
Binary100000011001101011100111101100100001010011110000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,231); }

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

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

 a { background-color: rgb(129,154,231); }

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

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

 span { border-color: rgb(129,154,231); }

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