#818FEF

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

Shades of Portage #818FEF

Tints of Portage #818FEF

Color information

#818FEF (or 0x818FEF) is unknown color: approx Portage. HEX triplet: 81, 8F and EF. RGB value is (129,143,239). Sum of RGB (Red+Green+Blue) = 129+143+239=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #818FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FEF is #7E7010. Grayscale: #959595. Windows color (decimal): -8286225 or 15699841. OLE color: 15699841.

HSL color Cylindrical-coordinate representation of color #818FEF: hue angle of 232.36º degrees, saturation: 0.77, 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 #818FEF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129143239-
CMYK0.460.4000.06
HSL232.36º77.46%72.16%-
HSV(B)232.36º46.03%93.73%-
XYZ34.4630.5485.74-
YUV149.76178.36113.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.24%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=25.24%
G=27.98%
B=46.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291432390.460.4000.06232.3677.4672.16
Hex818FEF2E2806e84d48
Octal201217357565006350115110
Binary10000001100011111110111110111010100001101110100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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