#818FE0

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

Shades of Portage #818FE0

Tints of Portage #818FE0

Color information

#818FE0 (or 0x818FE0) is unknown color: approx Portage. HEX triplet: 81, 8F and E0. RGB value is (129,143,224). Sum of RGB (Red+Green+Blue) = 129+143+224=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #818FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FE0 is #7E701F. Grayscale: #939393. Windows color (decimal): -8286240 or 14716801. OLE color: 14716801.

HSL color Cylindrical-coordinate representation of color #818FE0: hue angle of 231.16º 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 #818FE0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129143224-
CMYK0.420.3600.12
HSL231.16º60.51%69.22%-
HSV(B)231.16º42.41%87.84%-
XYZ32.3329.6974.55-
YUV148.05170.86114.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=26.01%
G=28.83%
B=45.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291432240.420.3600.12231.1660.5169.22
Hex818FE02A240Ce73d45
Octal201217340524401434775105
Binary10000001100011111110000010101010010001100111001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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