#818FF2

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

Shades of Portage #818FF2

Tints of Portage #818FF2

Color information

#818FF2 (or 0x818FF2) is unknown color: approx Portage. HEX triplet: 81, 8F and F2. RGB value is (129,143,242). Sum of RGB (Red+Green+Blue) = 129+143+242=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #818FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FF2 is #7E700D. Grayscale: #959595. Windows color (decimal): -8286222 or 15896449. OLE color: 15896449.

HSL color Cylindrical-coordinate representation of color #818FF2: hue angle of 232.57º 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 #818FF2 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129143242-
CMYK0.470.4100.05
HSL232.57º81.29%72.75%-
HSV(B)232.57º46.69%94.9%-
XYZ34.930.7288.09-
YUV150.1179.86112.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 242 (94.92% from 255) = 47.08%
R=25.10%
G=27.82%
B=47.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291432420.470.4100.05232.5781.2972.75
Hex818FF22F2905e95149
Octal201217362575105351121111
Binary10000001100011111111001010111110100101011110100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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