#818DCD

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

Shades of Portage #818DCD

Tints of Portage #818DCD

Color information

#818DCD (or 0x818DCD) is unknown color: approx Portage. HEX triplet: 81, 8D and CD. RGB value is (129,141,205). Sum of RGB (Red+Green+Blue) = 129+141+205=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #818DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DCD is #7E7232. Grayscale: #909090. Windows color (decimal): -8286771 or 13471105. OLE color: 13471105.

HSL color Cylindrical-coordinate representation of color #818DCD: hue angle of 230.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818DCD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129141205-
CMYK0.370.3100.20
HSL230.53º43.18%65.49%-
HSV(B)230.53º37.07%80.39%-
XYZ29.628.1261.63-
YUV144.71162.02116.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=27.16%
G=29.68%
B=43.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291412050.370.3100.20230.5343.1865.49
Hex818DCD251F014e72b41
Octal201215315453702434753101
Binary10000001100011011100110110010111111010100111001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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