#818DDC

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

Shades of Portage #818DDC

Tints of Portage #818DDC

Color information

#818DDC (or 0x818DDC) is unknown color: approx Portage. HEX triplet: 81, 8D and DC. RGB value is (129,141,220). Sum of RGB (Red+Green+Blue) = 129+141+220=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #818DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DDC is #7E7223. Grayscale: #929292. Windows color (decimal): -8286756 or 14454145. OLE color: 14454145.

HSL color Cylindrical-coordinate representation of color #818DDC: hue angle of 232.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818DDC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129141220-
CMYK0.410.3600.14
HSL232.09º56.52%68.43%-
HSV(B)232.09º41.36%86.27%-
XYZ31.528.8871.63-
YUV146.42169.52115.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=26.33%
G=28.78%
B=44.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291412200.410.3600.14232.0956.5268.43
Hex818DDC29240Ee83944
Octal201215334514401635071104
Binary10000001100011011101110010100110010001110111010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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