#7F9CDA

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

Shades of Portage #7F9CDA

Tints of Portage #7F9CDA

Color information

#7F9CDA (or 0x7F9CDA) is unknown color: approx Portage. HEX triplet: 7F, 9C and DA. RGB value is (127,156,218). Sum of RGB (Red+Green+Blue) = 127+156+218=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F9CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDA is #806325. Grayscale: #9A9A9A. Windows color (decimal): -8413990 or 14326911. OLE color: 14326911.

HSL color Cylindrical-coordinate representation of color #7F9CDA: hue angle of 220.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9CDA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127156218-
CMYK0.420.2800.15
HSL220.88º55.15%67.65%-
HSV(B)220.88º41.74%85.49%-
XYZ33.333.3571.01-
YUV154.4163.89108.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.35%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=25.35%
G=31.14%
B=43.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271562180.420.2800.15220.8855.1567.65
Hex7F9CDA2A1C0Fdd3744
Octal177234332523401733567104
Binary111111110011100110110101010101110001111110111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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