#7F8AEB

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

Shades of Portage #7F8AEB

Tints of Portage #7F8AEB

Color information

#7F8AEB (or 0x7F8AEB) is unknown color: approx Portage. HEX triplet: 7F, 8A and EB. RGB value is (127,138,235). Sum of RGB (Red+Green+Blue) = 127+138+235=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F8AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8AEB is #807514. Grayscale: #919191. Windows color (decimal): -8418581 or 15436415. OLE color: 15436415.

HSL color Cylindrical-coordinate representation of color #7F8AEB: hue angle of 233.89º 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 #7F8AEB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127138235-
CMYK0.460.4100.08
HSL233.89º72.97%70.98%-
HSV(B)233.89º45.96%92.16%-
XYZ32.8428.6982.4-
YUV145.77178.36114.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 235 (92.19% from 255) = 47%
R=25.4%
G=27.6%
B=47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271382350.460.4100.08233.8972.9770.98
Hex7F8AEB2E2908ea4947
Octal1772123535651010352111107
Binary11111111000101011101011101110101001010001110101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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