#818BEA

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

Shades of Portage #818BEA

Tints of Portage #818BEA

Color information

#818BEA (or 0x818BEA) is unknown color: approx Portage. HEX triplet: 81, 8B and EA. RGB value is (129,139,234). Sum of RGB (Red+Green+Blue) = 129+139+234=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #818BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BEA is #7E7415. Grayscale: #929292. Windows color (decimal): -8287254 or 15371137. OLE color: 15371137.

HSL color Cylindrical-coordinate representation of color #818BEA: hue angle of 234.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818BEA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129139234-
CMYK0.450.4100.08
HSL234.29º71.43%71.18%-
HSV(B)234.29º44.87%91.76%-
XYZ33.1429.0781.71-
YUV146.84177.19115.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=25.70%
G=27.69%
B=46.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291392340.450.4100.08234.2971.4371.18
Hex818BEA2D2908ea4747
Octal2012133525551010352107107
Binary100000011000101111101010101101101001010001110101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,234); }

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

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

 a { background-color: rgb(129,139,234); }

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

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

 span { border-color: rgb(129,139,234); }

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