#7F8DEC

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

Shades of Portage #7F8DEC

Tints of Portage #7F8DEC

Color information

#7F8DEC (or 0x7F8DEC) is unknown color: approx Portage. HEX triplet: 7F, 8D and EC. RGB value is (127,141,236). Sum of RGB (Red+Green+Blue) = 127+141+236=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DEC is #807213. Grayscale: #939393. Windows color (decimal): -8417812 or 15502719. OLE color: 15502719.

HSL color Cylindrical-coordinate representation of color #7F8DEC: hue angle of 232.29º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8DEC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127141236-
CMYK0.460.4000.07
HSL232.29º74.15%71.18%-
HSV(B)232.29º46.19%92.55%-
XYZ33.4229.6283.31-
YUV147.64177.86113.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=25.20%
G=27.98%
B=46.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271412360.460.4000.07232.2974.1571.18
Hex7F8DEC2E2807e84a47
Octal177215354565007350112107
Binary1111111100011011110110010111010100001111110100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,236); }

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

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

 a { background-color: rgb(127,141,236); }

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

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

 span { border-color: rgb(127,141,236); }

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