#818DDD

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

Shades of Portage #818DDD

Tints of Portage #818DDD

Color information

#818DDD (or 0x818DDD) is unknown color: approx Portage. HEX triplet: 81, 8D and DD. RGB value is (129,141,221). Sum of RGB (Red+Green+Blue) = 129+141+221=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #818DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DDD is #7E7222. Grayscale: #929292. Windows color (decimal): -8286755 or 14519681. OLE color: 14519681.

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

Color convert

RGB129141221-
CMYK0.420.3600.13
HSL232.17º57.5%68.63%-
HSV(B)232.17º41.63%86.67%-
XYZ31.6328.9472.33-
YUV146.53170.02115.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=26.27%
G=28.72%
B=45.01%

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
Decimal1291412210.420.3600.13232.1757.568.63
Hex818DDD2A240De83a45
Octal201215335524401535072105
Binary10000001100011011101110110101010010001101111010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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