#819AEB

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

Shades of Portage #819AEB

Tints of Portage #819AEB

Color information

#819AEB (or 0x819AEB) is unknown color: approx Portage. HEX triplet: 81, 9A and EB. RGB value is (129,154,235). Sum of RGB (Red+Green+Blue) = 129+154+235=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #819AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AEB is #7E6514. Grayscale: #9B9B9B. Windows color (decimal): -8283413 or 15440513. OLE color: 15440513.

HSL color Cylindrical-coordinate representation of color #819AEB: hue angle of 225.85º degrees, saturation: 0.73, 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 #819AEB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129154235-
CMYK0.450.3400.08
HSL225.85º72.6%71.37%-
HSV(B)225.85º45.11%92.16%-
XYZ35.633.7883.24-
YUV155.76172.72108.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=24.90%
G=29.73%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291542350.450.3400.08225.8572.671.37
Hex819AEB2D2208e24947
Octal2012323535542010342111107
Binary100000011001101011101011101101100010010001110001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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