#818FD5

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

Shades of Portage #818FD5

Tints of Portage #818FD5

Color information

#818FD5 (or 0x818FD5) is unknown color: approx Portage. HEX triplet: 81, 8F and D5. RGB value is (129,143,213). Sum of RGB (Red+Green+Blue) = 129+143+213=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #818FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FD5 is #7E702A. Grayscale: #929292. Windows color (decimal): -8286251 or 13995905. OLE color: 13995905.

HSL color Cylindrical-coordinate representation of color #818FD5: hue angle of 230º 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 #818FD5 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129143213-
CMYK0.390.3300.16
HSL230º50%67.06%-
HSV(B)230º39.44%83.53%-
XYZ30.8929.1266.94-
YUV146.79165.36115.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=26.60%
G=29.48%
B=43.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291432130.390.3300.162305067.06
Hex818FD52721010e63243
Octal201217325474102034662103
Binary100000011000111111010101100111100001010000111001101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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