#7F8AD0

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

Shades of Portage #7F8AD0

Tints of Portage #7F8AD0

Color information

#7F8AD0 (or 0x7F8AD0) is unknown color: approx Portage. HEX triplet: 7F, 8A and D0. RGB value is (127,138,208). Sum of RGB (Red+Green+Blue) = 127+138+208=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F8AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8AD0 is #80752F. Grayscale: #8E8E8E. Windows color (decimal): -8418608 or 13666943. OLE color: 13666943.

HSL color Cylindrical-coordinate representation of color #7F8AD0: hue angle of 231.85º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8AD0 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127138208-
CMYK0.390.3400.18
HSL231.85º46.29%65.69%-
HSV(B)231.85º38.94%81.57%-
XYZ29.2327.2463.39-
YUV142.69164.86116.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=26.85%
G=29.18%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271382080.390.3400.18231.8546.2965.69
Hex7F8AD02722012e82e42
Octal177212320474202235056102
Binary11111111000101011010000100111100010010010111010001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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