#818AE0

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

Shades of Portage #818AE0

Tints of Portage #818AE0

Color information

#818AE0 (or 0x818AE0) is unknown color: approx Portage. HEX triplet: 81, 8A and E0. RGB value is (129,138,224). Sum of RGB (Red+Green+Blue) = 129+138+224=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #818AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AE0 is #7E751F. Grayscale: #909090. Windows color (decimal): -8287520 or 14715521. OLE color: 14715521.

HSL color Cylindrical-coordinate representation of color #818AE0: hue angle of 234.32º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818AE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129138224-
CMYK0.420.3800.12
HSL234.32º60.51%69.22%-
HSV(B)234.32º42.41%87.84%-
XYZ31.628.2374.3-
YUV145.11172.52116.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=26.27%
G=28.11%
B=45.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291382240.420.3800.12234.3260.5169.22
Hex818AE02A260Cea3d45
Octal201212340524601435275105
Binary10000001100010101110000010101010011001100111010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818AE0; }

 p { color: rgb(129,138,224); }

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

<style>
 a { background-color: #818AE0; }

 a { background-color: rgb(129,138,224); }

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

<style>
 span { border-color: #818AE0; }

 span { border-color: rgb(129,138,224); }

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