#819EEB

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

Shades of Portage #819EEB

Tints of Portage #819EEB

Color information

#819EEB (or 0x819EEB) is unknown color: approx Portage. HEX triplet: 81, 9E and EB. RGB value is (129,158,235). Sum of RGB (Red+Green+Blue) = 129+158+235=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #819EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEB is #7E6114. Grayscale: #9D9D9D. Windows color (decimal): -8282389 or 15441537. OLE color: 15441537.

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

Color convert

RGB129158235-
CMYK0.450.3300.08
HSL223.58º72.6%71.37%-
HSV(B)223.58º45.11%92.16%-
XYZ36.2835.1283.46-
YUV158.11171.39107.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.71%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=24.71%
G=30.27%
B=45.02%

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
Decimal1291582350.450.3300.08223.5872.671.37
Hex819EEB2D2108e04947
Octal2012363535541010340111107
Binary100000011001111011101011101101100001010001110000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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