#7F9CDE

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

Shades of Portage #7F9CDE

Tints of Portage #7F9CDE

Color information

#7F9CDE (or 0x7F9CDE) is unknown color: approx Portage. HEX triplet: 7F, 9C and DE. RGB value is (127,156,222). Sum of RGB (Red+Green+Blue) = 127+156+222=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDE is #806321. Grayscale: #9A9A9A. Windows color (decimal): -8413986 or 14589055. OLE color: 14589055.

HSL color Cylindrical-coordinate representation of color #7F9CDE: hue angle of 221.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9CDE is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127156222-
CMYK0.430.3000.13
HSL221.68º59.01%68.43%-
HSV(B)221.68º42.79%87.06%-
XYZ33.8333.5673.8-
YUV154.85165.89108.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.15%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=25.15%
G=30.89%
B=43.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271562220.430.3000.13221.6859.0168.43
Hex7F9CDE2B1E0Dde3b44
Octal177234336533601533673104
Binary111111110011100110111101010111111001101110111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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