#819EE4

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

Shades of Portage #819EE4

Tints of Portage #819EE4

Color information

#819EE4 (or 0x819EE4) is unknown color: approx Portage. HEX triplet: 81, 9E and E4. RGB value is (129,158,228). Sum of RGB (Red+Green+Blue) = 129+158+228=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #819EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EE4 is #7E611B. Grayscale: #9D9D9D. Windows color (decimal): -8282396 or 14982785. OLE color: 14982785.

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

Color convert

RGB129158228-
CMYK0.430.3100.11
HSL222.42º64.71%70%-
HSV(B)222.42º43.42%89.41%-
XYZ35.2834.7278.24-
YUV157.31167.89107.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=25.05%
G=30.68%
B=44.27%

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
Decimal1291582280.430.3100.11222.4264.7170
Hex819EE42B1F0Bde4146
Octal2012363445337013336101106
Binary10000001100111101110010010101111111010111101111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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