#7F8DCC

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

Shades of Portage #7F8DCC

Tints of Portage #7F8DCC

Color information

#7F8DCC (or 0x7F8DCC) is unknown color: approx Portage. HEX triplet: 7F, 8D and CC. RGB value is (127,141,204). Sum of RGB (Red+Green+Blue) = 127+141+204=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F8DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DCC is #807233. Grayscale: #8F8F8F. Windows color (decimal): -8417844 or 13405567. OLE color: 13405567.

HSL color Cylindrical-coordinate representation of color #7F8DCC: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8DCC is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127141204-
CMYK0.380.3100.2
HSL229.09º43.02%64.9%-
HSV(B)229.09º37.75%80%-
XYZ29.1827.9260.98-
YUV144161.86115.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=26.91%
G=29.87%
B=43.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271412040.380.3100.2229.0943.0264.9
Hex7F8DCC261F014e52b41
Octal177215314463702434553101
Binary1111111100011011100110010011011111010100111001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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