#819EE2

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

Shades of Portage #819EE2

Tints of Portage #819EE2

Color information

#819EE2 (or 0x819EE2) is unknown color: approx Portage. HEX triplet: 81, 9E and E2. RGB value is (129,158,226). Sum of RGB (Red+Green+Blue) = 129+158+226=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #819EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EE2 is #7E611D. Grayscale: #9C9C9C. Windows color (decimal): -8282398 or 14851713. OLE color: 14851713.

HSL color Cylindrical-coordinate representation of color #819EE2: hue angle of 222.06º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #819EE2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129158226-
CMYK0.430.3000.11
HSL222.06º62.58%69.61%-
HSV(B)222.06º42.92%88.63%-
XYZ35.0134.6176.79-
YUV157.08166.89107.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=25.15%
G=30.80%
B=44.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291582260.430.3000.11222.0662.5869.61
Hex819EE22B1E0Bde3f46
Octal201236342533601333677106
Binary1000000110011110111000101010111111001011110111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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