#819AEC

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

Shades of Portage #819AEC

Tints of Portage #819AEC

Color information

#819AEC (or 0x819AEC) is unknown color: approx Portage. HEX triplet: 81, 9A and EC. RGB value is (129,154,236). Sum of RGB (Red+Green+Blue) = 129+154+236=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #819AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AEC is #7E6513. Grayscale: #9B9B9B. Windows color (decimal): -8283412 or 15506049. OLE color: 15506049.

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

Color convert

RGB129154236-
CMYK0.450.3500.07
HSL225.98º73.79%71.57%-
HSV(B)225.98º45.34%92.55%-
XYZ35.7533.8384-
YUV155.87173.22108.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=24.86%
G=29.67%
B=45.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291542360.450.3500.07225.9873.7971.57
Hex819AEC2D2307e24a48
Octal201232354554307342112110
Binary10000001100110101110110010110110001101111110001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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