#7F99DC

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

Shades of Portage #7F99DC

Tints of Portage #7F99DC

Color information

#7F99DC (or 0x7F99DC) is unknown color: approx Portage. HEX triplet: 7F, 99 and DC. RGB value is (127,153,220). Sum of RGB (Red+Green+Blue) = 127+153+220=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99DC is #806623. Grayscale: #989898. Windows color (decimal): -8414756 or 14457215. OLE color: 14457215.

HSL color Cylindrical-coordinate representation of color #7F99DC: hue angle of 223.23º 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 #7F99DC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127153220-
CMYK0.420.3000.14
HSL223.23º57.06%68.04%-
HSV(B)223.23º42.27%86.27%-
XYZ33.0632.4672.23-
YUV152.86165.89109.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 220 (86.33% from 255) = 44%
R=25.4%
G=30.6%
B=44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271532200.420.3000.14223.2357.0668.04
Hex7F99DC2A1E0Edf3944
Octal177231334523601633771104
Binary111111110011001110111001010101111001110110111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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