#7F8FE0

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

Shades of Portage #7F8FE0

Tints of Portage #7F8FE0

Color information

#7F8FE0 (or 0x7F8FE0) is unknown color: approx Portage. HEX triplet: 7F, 8F and E0. RGB value is (127,143,224). Sum of RGB (Red+Green+Blue) = 127+143+224=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F8FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8FE0 is #80701F. Grayscale: #939393. Windows color (decimal): -8417312 or 14716799. OLE color: 14716799.

HSL color Cylindrical-coordinate representation of color #7F8FE0: hue angle of 230.1º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8FE0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127143224-
CMYK0.430.3600.12
HSL230.1º61.01%68.82%-
HSV(B)230.1º43.3%87.84%-
XYZ32.0329.5474.53-
YUV147.45171.2113.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=25.71%
G=28.95%
B=45.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271432240.430.3600.12230.161.0168.82
Hex7F8FE02B240Ce63d45
Octal177217340534401434675105
Binary1111111100011111110000010101110010001100111001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8FE0; }

 p { color: rgb(127,143,224); }

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

<style>
 a { background-color: #7F8FE0; }

 a { background-color: rgb(127,143,224); }

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

<style>
 span { border-color: #7F8FE0; }

 span { border-color: rgb(127,143,224); }

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