#818CE0

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

Shades of Portage #818CE0

Tints of Portage #818CE0

Color information

#818CE0 (or 0x818CE0) is unknown color: approx Portage. HEX triplet: 81, 8C and E0. RGB value is (129,140,224). Sum of RGB (Red+Green+Blue) = 129+140+224=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #818CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CE0 is #7E731F. Grayscale: #919191. Windows color (decimal): -8287008 or 14716033. OLE color: 14716033.

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

Color convert

RGB129140224-
CMYK0.420.3800.12
HSL233.05º60.51%69.22%-
HSV(B)233.05º42.41%87.84%-
XYZ31.8928.8174.4-
YUV146.29171.86115.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=26.17%
G=28.40%
B=45.44%

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
Decimal1291402240.420.3800.12233.0560.5169.22
Hex818CE02A260Ce93d45
Octal201214340524601435175105
Binary10000001100011001110000010101010011001100111010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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