#818BDE

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

Shades of Portage #818BDE

Tints of Portage #818BDE

Color information

#818BDE (or 0x818BDE) is unknown color: approx Portage. HEX triplet: 81, 8B and DE. RGB value is (129,139,222). Sum of RGB (Red+Green+Blue) = 129+139+222=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #818BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BDE is #7E7421. Grayscale: #919191. Windows color (decimal): -8287266 or 14584705. OLE color: 14584705.

HSL color Cylindrical-coordinate representation of color #818BDE: hue angle of 233.55º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818BDE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129139222-
CMYK0.420.3700.13
HSL233.55º58.49%68.82%-
HSV(B)233.55º41.89%87.06%-
XYZ31.4728.4172.93-
YUV145.47171.19116.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=26.33%
G=28.37%
B=45.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291392220.420.3700.13233.5558.4968.82
Hex818BDE2A250Dea3a45
Octal201213336524501535272105
Binary10000001100010111101111010101010010101101111010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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