#819EEC

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

Shades of Portage #819EEC

Tints of Portage #819EEC

Color information

#819EEC (or 0x819EEC) is unknown color: approx Portage. HEX triplet: 81, 9E and EC. RGB value is (129,158,236). Sum of RGB (Red+Green+Blue) = 129+158+236=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #819EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEC is #7E6113. Grayscale: #9D9D9D. Windows color (decimal): -8282388 or 15507073. OLE color: 15507073.

HSL color Cylindrical-coordinate representation of color #819EEC: hue angle of 223.74º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819EEC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129158236-
CMYK0.450.3300.07
HSL223.74º73.79%71.57%-
HSV(B)223.74º45.34%92.55%-
XYZ36.4235.1884.23-
YUV158.22171.89107.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.67%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=24.67%
G=30.21%
B=45.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291582360.450.3300.07223.7473.7971.57
Hex819EEC2D2107e04a48
Octal201236354554107340112110
Binary10000001100111101110110010110110000101111110000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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