#7681df

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

Shades of Portage #7681DF

Tints of Portage #7681DF

Color information

#7681DF (or 0x7681DF) is unknown color: approx Portage. HEX triplet: 76, 81 and DF. RGB value is (118,129,223). Sum of RGB (Red+Green+Blue) = 118+129+223=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #7681DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681DF is #897E20. Grayscale: #888888. Windows color (decimal): -9010721 or 14647670. OLE color: 14647670.

HSL color Cylindrical-coordinate representation of color #7681DF: hue angle of 233.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7681DF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118129223-
CMYK0.470.4200.13
HSL233.71º62.13%66.86%-
HSV(B)233.71º47.09%87.45%-
XYZ28.6424.8873.1-
YUV136.43176.86114.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=25.11%
G=27.45%
B=47.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181292230.470.4200.13233.7162.1366.86
Hex7681DF2F2A0Dea3e43
Octal166201337575201535276103
Binary1110110100000011101111110111110101001101111010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681df; }

 p { color: rgb(118,129,223); }

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

<style>
 a { background-color: #7681df; }

 a { background-color: rgb(118,129,223); }

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

<style>
 span { border-color: #7681df; }

 span { border-color: rgb(118,129,223); }

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