#7687DD

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

Shades of Portage #7687DD

Tints of Portage #7687DD

Color information

#7687DD (or 0x7687DD) is unknown color: approx Portage. HEX triplet: 76, 87 and DD. RGB value is (118,135,221). Sum of RGB (Red+Green+Blue) = 118+135+221=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7687DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687DD is #897822. Grayscale: #8B8B8B. Windows color (decimal): -9009187 or 14518134. OLE color: 14518134.

HSL color Cylindrical-coordinate representation of color #7687DD: hue angle of 230.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7687DD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118135221-
CMYK0.470.3900.13
HSL230.1º60.23%66.47%-
HSV(B)230.1º46.61%86.67%-
XYZ29.1926.471.96-
YUV139.72173.87112.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=24.89%
G=28.48%
B=46.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181352210.470.3900.13230.160.2366.47
Hex7687DD2F270De63c42
Octal166207335574701534674102
Binary1110110100001111101110110111110011101101111001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7687DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7687DD; }

 p { color: rgb(118,135,221); }

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

<style>
 a { background-color: #7687DD; }

 a { background-color: rgb(118,135,221); }

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

<style>
 span { border-color: #7687DD; }

 span { border-color: rgb(118,135,221); }

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