#7F9CDC

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

Shades of Portage #7F9CDC

Tints of Portage #7F9CDC

Color information

#7F9CDC (or 0x7F9CDC) is unknown color: approx Portage. HEX triplet: 7F, 9C and DC. RGB value is (127,156,220). Sum of RGB (Red+Green+Blue) = 127+156+220=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDC is #806323. Grayscale: #9A9A9A. Windows color (decimal): -8413988 or 14457983. OLE color: 14457983.

HSL color Cylindrical-coordinate representation of color #7F9CDC: hue angle of 221.29º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9CDC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127156220-
CMYK0.420.2900.14
HSL221.29º57.06%68.04%-
HSV(B)221.29º42.27%86.27%-
XYZ33.5633.4672.4-
YUV154.62164.89108.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.25%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=25.25%
G=31.01%
B=43.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271562200.420.2900.14221.2957.0668.04
Hex7F9CDC2A1D0Edd3944
Octal177234334523501633571104
Binary111111110011100110111001010101110101110110111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,220); }

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

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

 a { background-color: rgb(127,156,220); }

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

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

 span { border-color: rgb(127,156,220); }

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