#7F9AD2

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

Shades of Portage #7F9AD2

Tints of Portage #7F9AD2

Color information

#7F9AD2 (or 0x7F9AD2) is unknown color: approx Portage. HEX triplet: 7F, 9A and D2. RGB value is (127,154,210). Sum of RGB (Red+Green+Blue) = 127+154+210=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #7F9AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9AD2 is #80652D. Grayscale: #989898. Windows color (decimal): -8414510 or 13802111. OLE color: 13802111.

HSL color Cylindrical-coordinate representation of color #7F9AD2: hue angle of 220.48º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F9AD2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127154210-
CMYK0.400.2700.18
HSL220.48º47.98%66.08%-
HSV(B)220.48º39.52%82.35%-
XYZ31.9432.2865.52-
YUV152.31160.55109.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=25.87%
G=31.36%
B=42.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271542100.400.2700.18220.4847.9866.08
Hex7F9AD2281B012dc3042
Octal177232322503302233460102
Binary1111111100110101101001010100011011010010110111001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,154,210); }

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

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

 a { background-color: rgb(127,154,210); }

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

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

 span { border-color: rgb(127,154,210); }

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