#7F99D0

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

Shades of Portage #7F99D0

Tints of Portage #7F99D0

Color information

#7F99D0 (or 0x7F99D0) is unknown color: approx Portage. HEX triplet: 7F, 99 and D0. RGB value is (127,153,208). Sum of RGB (Red+Green+Blue) = 127+153+208=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F99D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99D0 is #80662F. Grayscale: #979797. Windows color (decimal): -8414768 or 13670783. OLE color: 13670783.

HSL color Cylindrical-coordinate representation of color #7F99D0: hue angle of 220.74º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F99D0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127153208-
CMYK0.390.2600.18
HSL220.74º46.29%65.69%-
HSV(B)220.74º38.94%81.57%-
XYZ31.5331.8564.16-
YUV151.5159.89110.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=26.02%
G=31.35%
B=42.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271532080.390.2600.18220.7446.2965.69
Hex7F99D0271A012dd2e42
Octal177231320473202233556102
Binary1111111100110011101000010011111010010010110111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,153,208); }

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

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

 a { background-color: rgb(127,153,208); }

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

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

 span { border-color: rgb(127,153,208); }

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