#818FF7

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

Shades of Portage #818FF7

Tints of Portage #818FF7

Color information

#818FF7 (or 0x818FF7) is unknown color: approx Portage. HEX triplet: 81, 8F and F7. RGB value is (129,143,247). Sum of RGB (Red+Green+Blue) = 129+143+247=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #818FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FF7 is #7E7008. Grayscale: #969696. Windows color (decimal): -8286217 or 16224129. OLE color: 16224129.

HSL color Cylindrical-coordinate representation of color #818FF7: hue angle of 232.88º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #818FF7 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129143247-
CMYK0.480.4200.03
HSL232.88º88.06%73.73%-
HSV(B)232.88º47.77%96.86%-
XYZ35.6631.0392.1-
YUV150.67182.36112.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 247 (96.88% from 255) = 47.59%
R=24.86%
G=27.55%
B=47.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1291432470.480.4200.03232.8888.0673.73
Hex818FF7302A03e9584a
Octal201217367605203351130112
Binary1000000110001111111101111100001010100111110100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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