#7F8EE8

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

Shades of Portage #7F8EE8

Tints of Portage #7F8EE8

Color information

#7F8EE8 (or 0x7F8EE8) is unknown color: approx Portage. HEX triplet: 7F, 8E and E8. RGB value is (127,142,232). Sum of RGB (Red+Green+Blue) = 127+142+232=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F8EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8EE8 is #807117. Grayscale: #939393. Windows color (decimal): -8417560 or 15240831. OLE color: 15240831.

HSL color Cylindrical-coordinate representation of color #7F8EE8: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F8EE8 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127142232-
CMYK0.450.3900.09
HSL231.43º69.54%70.39%-
HSV(B)231.43º45.26%90.98%-
XYZ32.9929.6880.33-
YUV147.78175.53113.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.35%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=25.35%
G=28.34%
B=46.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271422320.450.3900.09231.4369.5470.39
Hex7F8EE82D2709e74646
Octal1772163505547011347106106
Binary11111111000111011101000101101100111010011110011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,232); }

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

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

 a { background-color: rgb(127,142,232); }

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

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

 span { border-color: rgb(127,142,232); }

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