#819BE2

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

Shades of Portage #819BE2

Tints of Portage #819BE2

Color information

#819BE2 (or 0x819BE2) is unknown color: approx Portage. HEX triplet: 81, 9B and E2. RGB value is (129,155,226). Sum of RGB (Red+Green+Blue) = 129+155+226=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #819BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BE2 is #7E641D. Grayscale: #9B9B9B. Windows color (decimal): -8283166 or 14850945. OLE color: 14850945.

HSL color Cylindrical-coordinate representation of color #819BE2: hue angle of 223.92º 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 #819BE2 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129155226-
CMYK0.430.3100.11
HSL223.92º62.58%69.61%-
HSV(B)223.92º42.92%88.63%-
XYZ34.533.676.62-
YUV155.32167.89109.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 226 (88.67% from 255) = 44.31%
R=25.29%
G=30.39%
B=44.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291552260.430.3100.11223.9262.5869.61
Hex819BE22B1F0Be03f46
Octal201233342533701334077106
Binary1000000110011011111000101010111111101011111000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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