#818AD5

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

Shades of Portage #818AD5

Tints of Portage #818AD5

Color information

#818AD5 (or 0x818AD5) is unknown color: approx Portage. HEX triplet: 81, 8A and D5. RGB value is (129,138,213). Sum of RGB (Red+Green+Blue) = 129+138+213=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #818AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AD5 is #7E752A. Grayscale: #8F8F8F. Windows color (decimal): -8287531 or 13994625. OLE color: 13994625.

HSL color Cylindrical-coordinate representation of color #818AD5: hue angle of 233.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818AD5 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129138213-
CMYK0.390.3500.16
HSL233.57º50%67.06%-
HSV(B)233.57º39.44%83.53%-
XYZ30.1527.6566.7-
YUV143.86167.02117.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=26.88%
G=28.75%
B=44.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291382130.390.3500.16233.575067.06
Hex818AD52723010ea3243
Octal201212325474302035262103
Binary100000011000101011010101100111100011010000111010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,213); }

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

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

 a { background-color: rgb(129,138,213); }

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

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

 span { border-color: rgb(129,138,213); }

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