#7F8EEB

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

Shades of Portage #7F8EEB

Tints of Portage #7F8EEB

Color information

#7F8EEB (or 0x7F8EEB) is unknown color: approx Portage. HEX triplet: 7F, 8E and EB. RGB value is (127,142,235). Sum of RGB (Red+Green+Blue) = 127+142+235=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8EEB is #807114. Grayscale: #939393. Windows color (decimal): -8417557 or 15437439. OLE color: 15437439.

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

Color convert

RGB127142235-
CMYK0.460.4000.08
HSL231.67º72.97%70.98%-
HSV(B)231.67º45.96%92.16%-
XYZ33.4229.8682.6-
YUV148.12177.03112.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=25.20%
G=28.17%
B=46.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271422350.460.4000.08231.6772.9770.98
Hex7F8EEB2E2808e84947
Octal1772163535650010350111107
Binary11111111000111011101011101110101000010001110100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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