#818EF0

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

Shades of Portage #818EF0

Tints of Portage #818EF0

Color information

#818EF0 (or 0x818EF0) is unknown color: approx Portage. HEX triplet: 81, 8E and F0. RGB value is (129,142,240). Sum of RGB (Red+Green+Blue) = 129+142+240=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #818EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EF0 is #7E710F. Grayscale: #949494. Windows color (decimal): -8286480 or 15765121. OLE color: 15765121.

HSL color Cylindrical-coordinate representation of color #818EF0: hue angle of 232.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818EF0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129142240-
CMYK0.460.4100.06
HSL232.97º78.72%72.35%-
HSV(B)232.97º46.25%94.12%-
XYZ34.4530.386.47-
YUV149.28179.19113.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.24%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=25.24%
G=27.79%
B=46.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291422400.460.4100.06232.9778.7272.35
Hex818EF02E2906e94f48
Octal201216360565106351117110
Binary10000001100011101111000010111010100101101110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,142,240); }

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

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

 a { background-color: rgb(129,142,240); }

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

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

 span { border-color: rgb(129,142,240); }

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