#818AF2

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

Shades of Portage #818AF2

Tints of Portage #818AF2

Color information

#818AF2 (or 0x818AF2) is unknown color: approx Portage. HEX triplet: 81, 8A and F2. RGB value is (129,138,242). Sum of RGB (Red+Green+Blue) = 129+138+242=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #818AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AF2 is #7E750D. Grayscale: #929292. Windows color (decimal): -8287502 or 15895169. OLE color: 15895169.

HSL color Cylindrical-coordinate representation of color #818AF2: hue angle of 235.22º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818AF2 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129138242-
CMYK0.470.4300.05
HSL235.22º81.29%72.75%-
HSV(B)235.22º46.69%94.9%-
XYZ34.1729.2587.85-
YUV147.16181.52115.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.34%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=25.34%
G=27.11%
B=47.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291382420.470.4300.05235.2281.2972.75
Hex818AF22F2B05eb5149
Octal201212362575305353121111
Binary10000001100010101111001010111110101101011110101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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