#818FDE

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

Shades of Portage #818FDE

Tints of Portage #818FDE

Color information

#818FDE (or 0x818FDE) is unknown color: approx Portage. HEX triplet: 81, 8F and DE. RGB value is (129,143,222). Sum of RGB (Red+Green+Blue) = 129+143+222=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #818FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FDE is #7E7021. Grayscale: #939393. Windows color (decimal): -8286242 or 14585729. OLE color: 14585729.

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

Color convert

RGB129143222-
CMYK0.420.3600.13
HSL230.97º58.49%68.82%-
HSV(B)230.97º41.89%87.06%-
XYZ32.0629.5973.13-
YUV147.82169.86114.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=26.11%
G=28.95%
B=44.94%

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
Decimal1291432220.420.3600.13230.9758.4968.82
Hex818FDE2A240De73a45
Octal201217336524401534772105
Binary10000001100011111101111010101010010001101111001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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