#818DDE

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

Shades of Portage #818DDE

Tints of Portage #818DDE

Color information

#818DDE (or 0x818DDE) is unknown color: approx Portage. HEX triplet: 81, 8D and DE. RGB value is (129,141,222). Sum of RGB (Red+Green+Blue) = 129+141+222=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #818DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DDE is #7E7221. Grayscale: #929292. Windows color (decimal): -8286754 or 14585217. OLE color: 14585217.

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

Color convert

RGB129141222-
CMYK0.420.3600.13
HSL232.26º58.49%68.82%-
HSV(B)232.26º41.89%87.06%-
XYZ31.7628.9973.03-
YUV146.65170.52115.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=26.22%
G=28.66%
B=45.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291412220.420.3600.13232.2658.4968.82
Hex818DDE2A240De83a45
Octal201215336524401535072105
Binary10000001100011011101111010101010010001101111010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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